Skip to content
Snippets Groups Projects
Commit 6e1140a0 authored by Guillem Alenyà's avatar Guillem Alenyà
Browse files

correct Find cmake

parent 0a0d7505
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FIND_PATH(segway_rmp_400_INCLUDE_DIR segway_RMP400.h segway_RMP400_exceptions.h ...@@ -2,7 +2,7 @@ FIND_PATH(segway_rmp_400_INCLUDE_DIR segway_RMP400.h segway_RMP400_exceptions.h
FIND_LIBRARY(segway_rmp_400_LIBRARY FIND_LIBRARY(segway_rmp_400_LIBRARY
NAMES segway_rmp_400 NAMES segway_rmp_400
PATHS /usr/lib /usr/local/lib /usr/local/lib/iridrivers) PATHS /usr/lib/iridrivers /usr/local/lib /usr/local/lib/iridrivers)
IF (segway_rmp_400_INCLUDE_DIR AND segway_rmp_400_LIBRARY) IF (segway_rmp_400_INCLUDE_DIR AND segway_rmp_400_LIBRARY)
SET(segway_rmp_400_FOUND TRUE) SET(segway_rmp_400_FOUND TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment