mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 12:34:36 +03:00
make standalone windows compatible (#20)
Remove warning flags from standalone target as they only work for clang, gcc compilers
This commit is contained in:
@@ -30,7 +30,6 @@ add_executable(GreeterStandalone ${sources})
|
|||||||
|
|
||||||
set_target_properties(GreeterStandalone PROPERTIES
|
set_target_properties(GreeterStandalone PROPERTIES
|
||||||
CXX_STANDARD 17
|
CXX_STANDARD 17
|
||||||
COMPILE_FLAGS "-Wall -pedantic -Wextra"
|
|
||||||
OUTPUT_NAME "Greeter"
|
OUTPUT_NAME "Greeter"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user