1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-22 17:45:48 -05:00

Update paths to libsgp4

This commit is contained in:
Jon Beniston 2022-11-13 14:10:08 +00:00
parent 33329872af
commit d11ca03cbc

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(