Skip to content

Commit 5527127

Browse files
committed
xobjdetect: fix to build world
1 parent 712f975 commit 5527127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/xobjdetect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_imgcodecs opencv_
33
if (BUILD_opencv_apps AND NOT APPLE_FRAMEWORK)
44
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tools ${CMAKE_CURRENT_BINARY_DIR}/tools)
55
endif()
6-
add_subdirectory(data)
6+
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_CURRENT_BINARY_DIR}/data)

0 commit comments

Comments
 (0)