I'm trying to build [Multitarget-tracker][1] using CMake in windows. Initially i had the warning below,> You should manually point CMake variable OpenCV_DIR to your build of OpenCV library.> Call Stack (most recent call first):> CMakeLists.txt:57 (find_package)
I manually pointed out the directory of build version of OpenCV library and tried to **build**. I referred this [link][2] while building.
**Warning:**
> CMake Warning at CMakeLists.txt:23 (FIND_PACKAGE):> Found package configuration file:> C:/OpenCV/opencv/build/x86/vc12/lib/OpenCVConfig.cmake> but it set OpenCV_FOUND to FALSE so package "OpenCV" is considered to be> NOT FOUND.
I checked the OpenCV_FOUND, but after i press 'configure' again, it automatically unchecks.
[1]: https://github.com/Smorodov/Multitarget-tracker
[2]: http://answers.opencv.org/question/12074/cmake-opencv_dir/
↧