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:
parent
33329872af
commit
d11ca03cbc
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user