CMake Error: INSTALL(EXPORT) given unknown export "OpenCVModules"
Hello, I download 3 days ago, newest version of openCV 2.4.8. Unpack on my Debian Linux Squeeze. Create inside folder build-release and go into. I run command:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/opt/opencv-2.4.8 ..
on the bottom of out, I have error:
CMake Error: INSTALL(EXPORT) given unknown export "OpenCVModules"
I mention I have no problem with openCV 2.4.4. And I check every dependencies I need. Google don't show anything about it.
Today I upgrade my linux debian from squeeze to wheezy specially for compile OpenCV. When I run command:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/opt/opencv-2.4.8 ..
I have results:
Log from cmake:
http://pastebin.com/r5EbTZ49
I have this position of cmake log empty:
> -- OpenCV modules: > -- To be built: - > -- Disabled: - > -- Disabled by dependency: - > -- Unavailable: -
Did you solve the problem? I'm getting the same error right now