make standalone windows compatible (#20)
Remove warning flags from standalone target as they only work for clang, gcc compilers
This commit is contained in:
parent
f86f3a28d6
commit
09d3041f81
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue