Skip to content
Snippets Groups Projects
Commit 28a627c9 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update find cmake

parent 460e57bd
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FIND_PATH(trajectory_INCLUDE_DIR trajectory.h /usr/include/iri/trajectory /usr/l
FIND_LIBRARY(trajectory_LIBRARY
NAMES trajectory
PATHS /usr/lib/iri/trajectory /usr/local/lib /usr/local/lib/iri/trajectory)
PATHS /usr/lib /usr/lib/iri/trajectory /usr/local/lib /usr/local/lib/iri/trajectory)
SET(trajectory_INCLUDE_DIRS ${trajectory_INCLUDE_DIR})
SET(trajectory_LIBRARIES ${trajectory_LIBRARY})
......
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