Skip to content

Commit

Permalink
[cmake] check required opencv components
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan authored and wxmerkt committed Oct 26, 2021
1 parent 538c1b9 commit e2c5881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif()

find_package(OpenCV QUIET)
find_package(OpenCV COMPONENTS core highgui QUIET)

aux_source_directory(common COMMON_SRC)
set(APRILTAG_SRCS apriltag.c apriltag_pose.c apriltag_quad_thresh.c)
Expand Down

0 comments on commit e2c5881

Please sign in to comment.