CMake Error: install(EXPORT "OpenCVModules") (Bug #3390)
Description
It is impossible to generate OpenCV!
CMake version: 2.8.12.1
OpenCV: Master 22.11.2013
Compiler: Visual Studio Express 2013 v12
CMake Error: install(EXPORT "OpenCVModules") given absolute DESTINATION "/lib" but the export references an installation of target "opencv_core" which has relative DESTINATION "lib".
CMake Error: install(EXPORT "OpenCVModules") given absolute DESTINATION "/lib" but the export references an installation of target "opencv_core" which has relative DESTINATION "bin".
.....
CMake Error: install(EXPORT "OpenCVModules") given absolute DESTINATION "/lib" but the export references an installation of target "opencv_core" which has relative DESTINATION "bin".
Associated revisions
Merge pull request #3390 from vbystricky:fix_houghlines
History
Updated by Roman Donchenko over 11 years ago
I've already fixed this in 2.4, see #3350. It'll arrive into master in due course. You should also be able to generate a VS2012 project as a workaround.
- Status changed from New to Cancelled
Updated by Tim Rand over 11 years ago
Roman Donchenko wrote:
I've already fixed this in 2.4, see #3350. It'll arrive into master in due course. You should also be able to generate a VS2012 project as a workaround.
Ok!