Now links properly
parent
bcb13ec4e6
commit
088d85d8ba
|
@ -10,6 +10,7 @@ set(navigation_local_libs
|
||||||
geometry
|
geometry
|
||||||
base
|
base
|
||||||
ccolamd
|
ccolamd
|
||||||
|
GeographicLib
|
||||||
)
|
)
|
||||||
|
|
||||||
# Exclude tests that don't work
|
# Exclude tests that don't work
|
||||||
|
@ -21,7 +22,7 @@ include_directories(
|
||||||
|
|
||||||
# Add all tests
|
# Add all tests
|
||||||
if (GTSAM_BUILD_TESTS)
|
if (GTSAM_BUILD_TESTS)
|
||||||
gtsam_add_subdir_tests(navigation "${navigation_local_libs}" "${gtsam-default}" "${navigation_excluded_tests}")
|
gtsam_add_subdir_tests(navigation "${navigation_local_libs}" "${gtsam-default};GeographicLib" "${navigation_excluded_tests}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Build timing scripts
|
# Build timing scripts
|
||||||
|
|
Loading…
Reference in New Issue