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

install path option

parent ad787598
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ FIND_PATH(comm_INCLUDE_DIR comm.h commexceptions.h rs232.h rs232exceptions.h ftd ...@@ -3,7 +3,7 @@ FIND_PATH(comm_INCLUDE_DIR comm.h commexceptions.h rs232.h rs232exceptions.h ftd
FIND_LIBRARY(comm_LIBRARY FIND_LIBRARY(comm_LIBRARY
NAMES comm NAMES comm
PATHS /usr/lib /usr/local/lib /usr/local/lib/iridrivers) PATHS /usr/lib/iridrivers /usr/local/lib /usr/local/lib/iridrivers)
IF (comm_INCLUDE_DIR AND comm_LIBRARY) IF (comm_INCLUDE_DIR AND comm_LIBRARY)
SET(comm_FOUND TRUE) SET(comm_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