mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-27 01:14:51 +00:00
Help find GPSTk if installed
This commit is contained in:
parent
05247ea4be
commit
1630ec2af7
@ -7,10 +7,16 @@
|
|||||||
# also defined, but not for general use are
|
# also defined, but not for general use are
|
||||||
# GPSTK_LIBRARY, where to find the GPSTK library.
|
# GPSTK_LIBRARY, where to find the GPSTK library.
|
||||||
|
|
||||||
FIND_PATH(GPSTK_INCLUDE_DIR Rinex3ObsBase.hpp)
|
FIND_PATH(GPSTK_INCLUDE_DIR Rinex3ObsBase.hpp
|
||||||
|
HINTS /usr/include/gpstk
|
||||||
|
/usr/local/include/gpstk
|
||||||
|
/opt/local/include/gpstk )
|
||||||
|
|
||||||
SET(GPSTK_NAMES ${GPSTK_NAMES} gpstk libgpstk)
|
SET(GPSTK_NAMES ${GPSTK_NAMES} gpstk libgpstk)
|
||||||
FIND_LIBRARY(GPSTK_LIBRARY NAMES ${GPSTK_NAMES} )
|
FIND_LIBRARY(GPSTK_LIBRARY NAMES ${GPSTK_NAMES}
|
||||||
|
HINTS /usr/lib
|
||||||
|
/usr/local/lib
|
||||||
|
/opt/local/lib )
|
||||||
|
|
||||||
# handle the QUIETLY and REQUIRED arguments and set GPSTK_FOUND to TRUE if
|
# handle the QUIETLY and REQUIRED arguments and set GPSTK_FOUND to TRUE if
|
||||||
# all listed variables are TRUE
|
# all listed variables are TRUE
|
||||||
|
Loading…
Reference in New Issue
Block a user