Enabling OpenMP while building OpenCV libraries    
   hi all
I am trying to build libraries for openCV. i see a log in cmake like this
  Other third-party libraries:
    Use IPP:                     NO
    Use Eigen:                   YES (ver 3.2.0)
    Use TBB:                     YES (ver 4.2 interface 7000)
    Use OpenMP:                  NO
    Use GCD                      NO
    Use Concurrency              NO
    Use C=:                      NO
    Use Cuda:                    NO
    Use OpenCL:                  NO
You can see that it has OpenMP switched off. Is there a way to enable it. My platform details are as below :
  Platform:
    Host:                        Windows 6.1 AMD64
    CMake:                       2.8.11.2
    CMake generator:             Visual Studio 11 Win64
    CMake build tool:            C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe
    MSVC:                        1700
 
 
I would like to urge you to stick with similar questions to the same topic. This is in the exact line of the previous one, and an update could have helped you out pretty fast :)
Yes you are correct, but previously i did not know that they are related questions.