Update paths to libsgp4

This commit is contained in:
Jon Beniston 2022-11-13 14:10:08 +00:00
parent 33329872af
commit d11ca03cbc
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ IF(NOT SGP4_FOUND)
FIND_PATH(
SGP4_INCLUDE_DIR
NAMES SGP4.h
HINTS ${SGP4_DIR}/include/SGP4
PATHS /usr/local/include/SGP4
/usr/include/SGP4
HINTS ${SGP4_DIR}/include/libsgp4
PATHS /usr/local/include/libsgp4
/usr/include/libsgp4
)
FIND_LIBRARY(