Skip to content

Commit

Permalink
Spelling update to CMakeLists.txt (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLWright authored Jun 12, 2020
1 parent e48d1c3 commit 2f1b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$<$<BOOL:${MSVC}>:/permissive->")

# Link dependencies (if required)
Expand Down

0 comments on commit 2f1b5fa

Please sign in to comment.