opencv_world checked build error.

asked 2015-07-07 02:31:39 -0600

joonho1145 gravatar image

I'm use opencv 3.0 CMake 3.0.0 rc

BUILD_opencv_world checked. Why build error?

error log.

Processing WORLD modules... module opencv_hal... module opencv_cudev...

CMake Error at modules/cudev/CMakeLists.txt:21 (add_subdirectory): add_subdirectory given source "test" which is not an existing directory. Call Stack (most recent call first): modules/world/CMakeLists.txt:13 (include) modules/world/CMakeLists.txt:25 (include_one_module)

edit retag flag offensive close merge delete

Comments

I suggest to disable the build of the world module .. it is known to be broken because some submodules still do not work properly. I suggest using the modules you will actual need by selecting them seperately, so it becomes clear which module gives a hickup at your side.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-07-07 07:23:41 -0600 )edit