Ask Your Question

Chr. Rossmanith's profile - activity

2017-01-20 08:01:56 -0600 commented question Building OpenCV

As far as I understand the situation, setting INSTALL_CREATE_DISTRIB to true (default is false) in cmake/OpenCVModule.cmake does not use LINK_INTERFACE_LIBRARIES but LINK_PRIVATE instead and solves my problem.

2017-01-20 06:49:42 -0600 commented question Building OpenCV

Linux x86_64

2017-01-20 06:43:33 -0600 asked a question Building OpenCV

I'm trying to build OpenCV 3.2.0 with CMake 3.7.2 (same problem with CMake 3.4.0) and during the configure step I get lots of error messages related to ocv_get_all_libs:

CMake Error at cmake/OpenCVUtils.cmake:964 (get_target_property):
   INTERFACE_LIBRARY targets may only have whitelisted properties.  The
   property "ARCHIVE_OUTPUT_DIRECTORY" is not allowed.
 Call Stack (most recent call first):
   cmake/OpenCVGenPkgconfig.cmake:40 (ocv_get_all_libs)
   CMakeLists.txt:739 (include)

Any hint how to get around this?

Regards, Christina Rossmanith