We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c6520 commit fb9f496Copy full SHA for fb9f496
src/CMakeLists.txt
@@ -18,8 +18,8 @@ if (WHISPER_ALL_WARNINGS)
18
list(APPEND C_FLAGS ${WARNING_FLAGS})
19
list(APPEND CXX_FLAGS ${WARNING_FLAGS})
20
21
- add_compile_options("$<$<COMPILE_LANGUAGE:C>:${C_FLAGS};${GF_C_FLAGS}>"
22
- "$<$<COMPILE_LANGUAGE:CXX>:${CXX_FLAGS};${GF_CXX_FLAGS}>")
+ add_compile_options("$<$<COMPILE_LANGUAGE:C>:${C_FLAGS}>"
+ "$<$<COMPILE_LANGUAGE:CXX>:${CXX_FLAGS}>")
23
else()
24
# todo : msvc
25
set(C_FLAGS "")
0 commit comments