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 0b7fcbf commit 8d227c4Copy full SHA for 8d227c4
samples/CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
14
15
macro(append_compiler_flags FLAGS)
16
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${FLAGS}")
17
- set(CMAKE_CXX_FLAGSG "${CMAKE_CXX_FLAGS} ${FLAGS}")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${FLAGS}")
18
endmacro()
19
20
macro(append_compiler_flags_debug FLAGS)
0 commit comments