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

removed messages Findlaser_scan_utils.cmake

parent a564219d
No related branches found
No related tags found
No related merge requests found
Pipeline #7180 failed
#edit the following line to add the librarie's header files
FIND_PATH(
laser_scan_utils_INCLUDE_DIRS
NAMES laser_scan_utils.h
PATHS /usr/local/include/iri-algorithms/laser_scan_utils)
#change INCLUDE_DIRS to its parent directory
get_filename_component(laser_scan_utils_INCLUDE_DIRS ${laser_scan_utils_INCLUDE_DIRS} DIRECTORY)
MESSAGE(STATUS "laser_scan_utils_INCLUDE_DIRS: ${laser_scan_utils_INCLUDE_DIRS}")
FIND_LIBRARY(
laser_scan_utils_LIBRARY
NAMES laser_scan_utils
PATHS /usr/lib /usr/local/lib /usr/local/lib/iri-algorithms)
MESSAGE(STATUS "laser_scan_utils_LIBRARY: ${laser_scan_utils_LIBRARY}")
IF (laser_scan_utils_INCLUDE_DIRS AND laser_scan_utils_LIBRARY)
SET(laser_scan_utils_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