1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-03-23 11:57:03 +00:00

Replace HINTS by PATHS

This commit is contained in:
Carles Fernandez 2019-10-30 16:10:22 +01:00
parent 9ca639ee4c
commit 6f278bdf94

View File

@ -27,7 +27,7 @@ if(NOT COMMAND feature_summary)
endif()
find_path(GPSTK_INCLUDE_DIR gpstk/Rinex3ObsBase.hpp
HINTS /usr/include
PATHS /usr/include
/usr/local/include
/opt/local/include
${GPSTK_ROOT}/include
@ -39,7 +39,7 @@ set(GPSTK_NAMES ${GPSTK_NAMES} gpstk libgpstk)
include(GNUInstallDirs)
find_library(GPSTK_LIBRARY NAMES ${GPSTK_NAMES}
HINTS /usr/lib
PATHS /usr/lib
/usr/local/lib
/usr/${CMAKE_INSTALL_LIBDIR}
/usr/local/${CMAKE_INSTALL_LIBDIR}