Skip to content

Commit 9abf119

Browse files
committed
Remove unused CMake variable
EXTRA_CXX_FLAGS is never defined, making this a noop. Further, COMPILE_OPTIONS is invalid to set as a DIRECTORY property.
1 parent 8a5e792 commit 9abf119

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set(EXAMPLES
88
streamWrite
99
)
1010
add_definitions(-D_GLIBCXX_USE_CXX11_ABI)
11-
set_property(DIRECTORY PROPERTY COMPILE_OPTIONS ${EXTRA_CXX_FLAGS})
1211

1312
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
1413
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra ")

0 commit comments

Comments
 (0)