Skip to content

Commit

Permalink
testing with a different OPENCV_EXTRA_MODULES_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 14, 2023
1 parent d338779 commit ea3d9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebARKit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set(BUILD_opencv_tracking OFF)
set(BUILD_opencv_stereo OFF)
set(BUILD_opencv_version OFF)

set(OPENCV_EXTRA_MODULES_PATH ../opencv_contrib-src/modules/)
set(OPENCV_EXTRA_MODULES_PATH ../${opencv_contrib_SOURCE_DIR}/modules/)

FetchContent_Declare(
opencv
Expand Down

0 comments on commit ea3d9ce

Please sign in to comment.