From 0b6282381dfacd2b92f6f0485e3a82b2aad085f6 Mon Sep 17 00:00:00 2001 From: Alopez <alopez@iri.upc.edu> Date: Mon, 26 Aug 2019 13:31:21 +0200 Subject: [PATCH] Added all the headers to FIND_PATH --- Findasterx1_gps.cmake | 2 +- Findasterx1_process.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Findasterx1_gps.cmake b/Findasterx1_gps.cmake index 74f474d..18901d2 100644 --- a/Findasterx1_gps.cmake +++ b/Findasterx1_gps.cmake @@ -1,5 +1,5 @@ #edit the following line to add the librarie's header files -FIND_PATH(asterx1_gps_INCLUDE_DIR asterx1_gps.h asterx1exceptions.h /usr/include/iridrivers /usr/local/include/iridrivers) +FIND_PATH(asterx1_gps_INCLUDE_DIR asterx1_gps.h asterx1exceptions.h stream_gps.h gps_types.h /usr/include/iridrivers /usr/local/include/iridrivers) FIND_LIBRARY(asterx1_gps_LIBRARY NAMES asterx1_gps diff --git a/Findasterx1_process.cmake b/Findasterx1_process.cmake index be4e8f5..1c53d09 100644 --- a/Findasterx1_process.cmake +++ b/Findasterx1_process.cmake @@ -1,5 +1,5 @@ #edit the following line to add the librarie's header files -FIND_PATH(asterx1_process_INCLUDE_DIR asterx1_process.h /usr/include/iridrivers /usr/local/include/iridrivers) +FIND_PATH(asterx1_process_INCLUDE_DIR asterx1_process.h gps_types.h /usr/include/iridrivers /usr/local/include/iridrivers) FIND_LIBRARY(asterx1_process_LIBRARY NAMES asterx1_process -- GitLab