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

Update find cmake

parent 9e556a6b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FIND_PATH(firewire_INCLUDE_DIR firewirecamera.h firewireserver.h firewireexcepti
FIND_LIBRARY(firewire_LIBRARY
NAMES firewire
PATHS /usr/lib/iri/firewire /usr/local/lib /usr/local/lib/iri/firewire)
PATHS /usr/lib /usr/lib/iri/firewire /usr/local/lib /usr/local/lib/iri/firewire)
SET(firewire_INCLUDE_DIRS ${firewire_INCLUDE_DIR})
SET(firewire_LIBRARIES ${firewire_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