From 2f1b5fab76f77ca1a937a9eac63d1484cee627d2 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 12 Jun 2020 00:36:08 -0700 Subject: [PATCH] Spelling update to CMakeLists.txt (#46) --- 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)