Skip to content
Snippets Groups Projects
Commit 8055d758 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

FIXED:Adapted to CMake plural variables *_DIRS and *_LIBRARIES

parent bd93cd7f
No related branches found
No related tags found
No related merge requests found
Pipeline #4337 passed
#edit the following line to add the librarie's header files
FIND_PATH(asterx1_gps_INCLUDE_DIR asterx1_gps.h asterx1exceptions.h stream_gps.h gps_types.h /usr/local/include/iri/asterx1_gps /usr/include/iri/asterx1_gps)
FIND_PATH(asterx1_gps_INCLUDE_DIRS asterx1_gps.h asterx1exceptions.h stream_gps.h gps_types.h /usr/local/include/iri/asterx1_gps /usr/include/iri/asterx1_gps)
FIND_LIBRARY(asterx1_gps_LIBRARIES
NAMES asterx1_gps
......
#edit the following line to add the librarie's header files
FIND_PATH(asterx1_process_INCLUDE_DIR asterx1_process.h gps_types.h /usr/local/include/iri/asterx1_gps /usr/include/iri/asterx1_gps)
FIND_PATH(asterx1_process_INCLUDE_DIRS asterx1_process.h gps_types.h /usr/local/include/iri/asterx1_gps /usr/include/iri/asterx1_gps)
FIND_LIBRARY(asterx1_process_LIBRARIES
NAMES asterx1_process
......
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