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 d817966 commit afd1d5bCopy full SHA for afd1d5b
examples/protonect/CMakeLists.txt
@@ -24,7 +24,7 @@ IF(ENABLE_CXX11)
24
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
25
CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X)
26
IF(COMPILER_SUPPORTS_CXX11)
27
- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
28
ELSEIF(COMPILER_SUPPORTS_CXX0X)
29
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
30
ELSE()
0 commit comments