Skip to content

Commit

Permalink
Add features2d to rovio.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluebird McBluebirdson committed Dec 13, 2017
1 parent a164530 commit 743536e
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 @@ -23,7 +23,7 @@ endif()
find_package(Eigen3 REQUIRED)
include_directories(${EIGEN3_INCLUDE_DIR})

find_package(OpenCV REQUIRED COMPONENTS core highgui imgproc)
find_package(OpenCV REQUIRED COMPONENTS core highgui imgproc features2d)

if(MAKE_SCENE)
message(STATUS "Building ROVIO with openGL Scene Visualization")
Expand Down

0 comments on commit 743536e

Please sign in to comment.