mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
docs: fix typos. (#34)
This commit is contained in:
parent
363bf94ac1
commit
e362045719
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ add_library(Greeter ${headers} ${sources})
|
|||
|
||||
set_target_properties(Greeter PROPERTIES CXX_STANDARD 17)
|
||||
|
||||
# beeing a cross-platform target, we enforce enforce standards conformance on MSVC
|
||||
# beeing a cross-platform target, we enforce standards conformance on MSVC
|
||||
target_compile_options(Greeter PUBLIC "$<$<BOOL:${MSVC}>:/permissive->")
|
||||
|
||||
# Link dependencies (if required)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue