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 863e069 commit 3c268e8Copy full SHA for 3c268e8
CMakeLists.txt
@@ -8,10 +8,7 @@ option(BUILD_OCTOVIS_SUBPROJECT "Build targets from subproject octovis" ON)
8
option(BUILD_DYNAMICETD3D_SUBPROJECT "Build targets from subproject dynamicEDT3D" ON)
9
option(OCTOVIS_QT5 "Link Octovis against Qt5?" ON)
10
11
-if(OCTOVIS_QT5)
12
- # Compiling against QT5 requires C++11.
13
- set(CMAKE_CXX_STANDARD 11)
14
-endif(OCTOVIS_QT5)
+set(CMAKE_CXX_STANDARD 11)
15
16
ADD_SUBDIRECTORY( octomap )
17
0 commit comments