Skip to content
Snippets Groups Projects
Commit 148cbfc7 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

changed destination of .so to /usr/local/lib

parent 2dae9c4e
No related branches found
No related tags found
No related merge requests found
Pipeline #7588 passed
......@@ -8,10 +8,12 @@ get_filename_component(laser_scan_utils_INCLUDE_DIRS ${laser_scan_utils_INCLUDE_
FIND_LIBRARY(
laser_scan_utils_LIBRARY
NAMES laser_scan_utils
PATHS /usr/lib /usr/local/lib /usr/local/lib/iri-algorithms)
PATHS /usr/lib /usr/local/lib)
IF (laser_scan_utils_INCLUDE_DIRS AND laser_scan_utils_LIBRARY)
SET(laser_scan_utils_FOUND TRUE)
SET(laser_scan_utils_INCLUDE_DIR ${laser_scan_utils_INCLUDE_DIRS})
SET(laser_scan_utils_LIBRARIES ${laser_scan_utils_LIBRARY})
ENDIF (laser_scan_utils_INCLUDE_DIRS AND laser_scan_utils_LIBRARY)
IF (laser_scan_utils_FOUND)
......
......@@ -119,8 +119,8 @@ ENDIF(BUILD_DEMOS)
#install library
INSTALL(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib/iri-algorithms
ARCHIVE DESTINATION lib/iri-algorithms)
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
#install headers
INSTALL(FILES ${HDRS_BASE}
......
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