Skip to content

Commit

Permalink
Setting kindr_FOUND to true
Browse files Browse the repository at this point in the history
This is to prevent catkin from detecting the file but setting it as NOT FOUND (see ANYbotics/kindr_ros#16)
  • Loading branch information
Marco Camurri authored Nov 14, 2017
1 parent 69866e8 commit 210b514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kindrConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ set(kindr_INCLUDE_DIRS "@kindr_include_dirs@")

# This causes catkin_simple to link against these libraries
set(kindr_FOUND_CATKIN_PROJECT true)
set(kindr_FOUND true)

0 comments on commit 210b514

Please sign in to comment.