Turning off BUILD_TESTS form cmake command
Is it possible, and if so how, can I turn off BUILD_TESTS from the cmake command line?
Is it possible, and if so how, can I turn off BUILD_TESTS from the cmake command line?
You can use this command in OpenCV build directory:
cmake -DBUILD_TESTS=OFF .
Asked: 2012-10-26 18:10:51 -0600
Seen: 1,790 times
Last updated: Oct 29 '12
unable to locate opencv.sln after configuring with cmake.
Why doesnt QT get detected when I want to build openCV?
build openCV for android, without CUDA
Is there a FindOpenCV.cmake that works?
Compiling cpp samples on Mac OS X: “Unknown CMake command "ocv_check_dependencies". ”
cmake install_name_tool absolute path for library on Mac OSX