所以,我正在尝试使用 cmake 构建一个 opencv 项目,但同时使用 GUI 实用程序和命令行工具,但总是弹出相同的错误
CMake Warning at cmake/modules/FindOpenCV.cmake:160 (message):
Found OpenCV 2.4.3 Windows Super Pack but it has not binaries compatible
with your configuration.
You should manually point CMake variable OpenCV_DIR to your build of OpenCV library.
Call Stack (most recent call first):
CMakeLists.txt:48 (FIND_PACKAGE)
如果这里有人可以帮助我,那就太好了;