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 03fc94d commit e2bbbc4Copy full SHA for e2bbbc4
CMakeLists.txt
@@ -8,8 +8,8 @@ add_compile_options(-std=c++11)
8
set(opencv_contrib OFF)
9
set(zbar_lib OFF)
10
set(TensorFlow OFF)
11
-set(DLib ON)
12
-set(igraph ON)
+set(DLib OFF)
+set(igraph OFF)
13
14
## Find catkin macros and libraries
15
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
0 commit comments