Skip to content

Commit

Permalink
fixed compile problem on newer systems - thanks Dehann
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kaess committed Oct 7, 2014
1 parent 3adc7c7 commit 3aea96d
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 @@ -29,7 +29,7 @@ pods_install_headers(${header_files} DESTINATION AprilTags/)

pods_install_pkg_config_file(apriltags
LIBS -lapriltags
REQUIRES eigen3 opencv
REQUIRES eigen3 opencv2
VERSION 1.0.0)

add_subdirectory(example)

0 comments on commit 3aea96d

Please sign in to comment.