Skip to content

Commit 1fd94a7

Browse files
authored
Merge pull request #3862 from Kumataro:fixC3861
xobjdetect: (5.x) fix to build world with xobjdetect
2 parents 712f975 + 5527127 commit 1fd94a7

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)