diff --git a/CMakeLists.txt b/CMakeLists.txt index cb7fe9f..6a2f77d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ add_library(Greeter ${headers} ${sources}) set_target_properties(Greeter PROPERTIES CXX_STANDARD 17) -# beeing a cross-platform target, we enforce standards conformance on MSVC +# being a cross-platform target, we enforce standards conformance on MSVC target_compile_options(Greeter PUBLIC "$<$:/permissive->") # Link dependencies (if required)