opencv_world checked build error.
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)
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.