From a50851105e7414a8207b23a01d63d928a754bbc3 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 11 Jun 2020 17:06:22 -0700 Subject: [PATCH] Spelling update to CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)