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 c9187d3 commit 8d56693Copy full SHA for 8d56693
example/CMakeLists.txt
@@ -8,7 +8,6 @@ set(EXAMPLES
8
streamWrite
9
)
10
add_definitions(-D_GLIBCXX_USE_CXX11_ABI)
11
-set_property(DIRECTORY PROPERTY COMPILE_OPTIONS ${EXTRA_CXX_FLAGS})
12
13
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
14
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra ")
0 commit comments