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

Update find cmake

parent d75d5b11
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FIND_PATH(battery_monitor_INCLUDE_DIR battery_monitor.h /usr/include/iri/battery
FIND_LIBRARY(battery_monitor_LIBRARY
NAMES battery_monitor
PATHS /usr/lib /usr/local/lib /usr/local/lib/iri/battery_monitor)
PATHS /usr/lib /usr/lib/iri/battery_monitor /usr/local/lib /usr/local/lib/iri/battery_monitor)
SET(battery_monitor_INCLUDE_DIRS ${battery_monitor_INCLUDE_DIR})
SET(battery_monitor_LIBRARIES ${battery_monitor_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