Skip to content

Commit

Permalink
Merge pull request #3862 from Kumataro:fixC3861
Browse files Browse the repository at this point in the history
xobjdetect: (5.x) fix to build world with xobjdetect
  • Loading branch information
asmorkalov authored Jan 8, 2025
2 parents 712f975 + 5527127 commit 1fd94a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xobjdetect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_imgcodecs opencv_
if (BUILD_opencv_apps AND NOT APPLE_FRAMEWORK)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tools ${CMAKE_CURRENT_BINARY_DIR}/tools)
endif()
add_subdirectory(data)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_CURRENT_BINARY_DIR}/data)

0 comments on commit 1fd94a7

Please sign in to comment.