CMake Error: install(EXPORT "OpenCVModules") (Bug #3390)


Added by Tim Rand over 11 years ago. Updated over 11 years ago.


Status:Cancelled Start date:2013-11-22
Priority:Blocker Due date:
Assignee:- % Done:

0%

Category:-
Target version:2.4.8
Affected version:branch 'master' (3.0-dev) Operating System:Windows
Difficulty: HW Platform:x86
Pull request:

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".


cmakelog.txt - CMake Log (36.4 kB) Tim Rand, 2013-11-22 01:58 pm


Associated revisions

Revision 7de4e049
Added by Vadim Pisarevsky over 10 years ago

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!

Also available in: Atom PDF