Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

looking at cmake\OpenCVFindLibsPerf.cmake:91 it seems you can have either tbb or openmp, but not both.

so if you did not enable tbb, a test is run, checking if openmp can be enabled.

also, afaik, you need the VS professional version for openmp support, express comes without the resp. libs.