Disabled GeographicLib examples
parent
926c27c732
commit
ec930cb796
|
@ -25,4 +25,6 @@ if(NOT GTSAM_USE_SYSTEM_EIGEN)
|
|||
FILES_MATCHING PATTERN "*.h")
|
||||
endif()
|
||||
|
||||
############ NOTE: When updating GeographicLib be sure to disable building their examples
|
||||
############ by commenting out their line add_subdirectory (examples).
|
||||
add_subdirectory(GeographicLib)
|
||||
|
|
|
@ -341,10 +341,10 @@ add_subdirectory (man)
|
|||
add_subdirectory (doc)
|
||||
add_subdirectory (matlab)
|
||||
add_subdirectory (python/geographiclib)
|
||||
if (GEOGRAPHICLIB_PRECISION EQUAL 2)
|
||||
# The examples assume double precision
|
||||
add_subdirectory (examples)
|
||||
endif ()
|
||||
# if (GEOGRAPHICLIB_PRECISION EQUAL 2)
|
||||
# # The examples assume double precision
|
||||
# add_subdirectory (examples)
|
||||
# endif ()
|
||||
if (BUILD_NETGEOGRAPHICLIB)
|
||||
set (NETGEOGRAPHICLIB_LIBRARIES NETGeographicLib)
|
||||
set (NETLIBNAME NETGeographic)
|
||||
|
|
Loading…
Reference in New Issue