Skip to content

Commit

Permalink
Add opencv_flann to opencv_libs
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Feb 6, 2024
1 parent d1441fc commit 4e44e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ FetchContent_Declare(fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git GIT_TA
FetchContent_MakeAvailable(fmt)
set_target_properties(fmt PROPERTIES FOLDER "cvAutoTrack/dependencies")

list(APPEND opencv_libs opencv_calib3d opencv_core opencv_features2d opencv_imgcodecs opencv_imgproc opencv_video opencv_videoio opencv_xfeatures2d)
list(APPEND opencv_libs opencv_calib3d opencv_core opencv_features2d opencv_flann opencv_imgcodecs opencv_imgproc opencv_video opencv_videoio opencv_xfeatures2d)
if(WITCH_OPENCV_CVV)
list(APPEND opencv_libs opencv_cvv)
endif()
Expand Down

0 comments on commit 4e44e8a

Please sign in to comment.