Merge pull request #3862 from Kumataro:fixC3861

xobjdetect: (5.x) fix to build world with xobjdetect
pull/3857/head
Alexander Smorkalov 2 months ago committed by GitHub
commit 1fd94a7654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      modules/xobjdetect/CMakeLists.txt

@ -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)

Loading…
Cancel
Save