We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 712f975 + 5527127 commit 1fd94a7Copy full SHA for 1fd94a7
modules/xobjdetect/CMakeLists.txt
@@ -3,4 +3,4 @@ ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_imgcodecs opencv_
3
if (BUILD_opencv_apps AND NOT APPLE_FRAMEWORK)
4
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tools ${CMAKE_CURRENT_BINARY_DIR}/tools)
5
endif()
6
-add_subdirectory(data)
+add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_CURRENT_BINARY_DIR}/data)
0 commit comments