File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- option (ENABLE_CCACHE "Build with ccache." ON )
1
+ option (ENABLE_CCACHE "Build with ccache." OFF )
2
2
option (BUILD_WITH_CUDA "Enable CUDA" OFF )
3
3
option (BUILD_GLSL_EXTENSIONS "Build GLSL extensions API" ON )
4
4
option (BUILD_WITH_OPENMP "Use OpenMP" OFF )
@@ -9,8 +9,8 @@ option(COM_MULTITHREADED "Set OFF to initialize COM library with COINIT_APARTMEN
9
9
option (BUILD_SHARED_LIBS "Build shared library" ON )
10
10
option (BUILD_UNIT_TESTS "Build LibCI unit tests. If enabled, additional test data may be downloaded" OFF )
11
11
option (BUILD_LEGACY_LIVE_TEST "Build the live-test.exe test used in Travis. If enabled, additional test data may be downloaded" OFF )
12
- option (BUILD_EXAMPLES "Build examples (not including graphical examples -- see BUILD_GRAPHICAL_EXAMPLES)" ON )
13
- option (BUILD_GRAPHICAL_EXAMPLES "Build graphical examples (Viewer & DQT) -- Implies BUILD_GLSL_EXTENSIONS" ON )
12
+ option (BUILD_EXAMPLES "Build examples (not including graphical examples -- see BUILD_GRAPHICAL_EXAMPLES)" OFF )
13
+ option (BUILD_GRAPHICAL_EXAMPLES "Build graphical examples (Viewer & DQT) -- Implies BUILD_GLSL_EXTENSIONS" OFF )
14
14
option (BUILD_CV_EXAMPLES "Build OpenCV examples" OFF )
15
15
option (BUILD_DLIB_EXAMPLES "Build DLIB examples - requires DLIB_DIR" OFF )
16
16
option (BUILD_PCL_EXAMPLES "Build PCL examples" OFF )
You can’t perform that action at this time.
0 commit comments