Ask Your Question
0

Turning off BUILD_TESTS form cmake command

asked 2012-10-26 18:10:51 -0600

Is it possible, and if so how, can I turn off BUILD_TESTS from the cmake command line?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2012-10-29 02:58:42 -0600

Kirill Kornyakov gravatar image

You can use this command in OpenCV build directory:

cmake -DBUILD_TESTS=OFF .
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-26 18:10:51 -0600

Seen: 1,728 times

Last updated: Oct 29 '12