Disabled GeographicLib unit tests and tools
parent
1770f44ad9
commit
687d05405a
|
|
@ -26,5 +26,10 @@ if(NOT GTSAM_USE_SYSTEM_EIGEN)
|
|||
endif()
|
||||
|
||||
############ NOTE: When updating GeographicLib be sure to disable building their examples
|
||||
############ by commenting out their line add_subdirectory (examples).
|
||||
############ and unit tests by commenting out their lines:
|
||||
# add_subdirectory (examples)
|
||||
# set (TOOLS CartConvert ConicProj GeodesicProj GeoConvert GeodSolve
|
||||
# GeoidEval Gravity MagneticField Planimeter TransverseMercatorProj)
|
||||
# add_subdirectory (tools)
|
||||
|
||||
add_subdirectory(GeographicLib)
|
||||
|
|
|
|||
|
|
@ -321,8 +321,8 @@ if (APPLE)
|
|||
endif ()
|
||||
|
||||
# The list of tools (to be installed into, e.g., /usr/local/bin)
|
||||
set (TOOLS CartConvert ConicProj GeodesicProj GeoConvert GeodSolve
|
||||
GeoidEval Gravity MagneticField Planimeter TransverseMercatorProj)
|
||||
#set (TOOLS CartConvert ConicProj GeodesicProj GeoConvert GeodSolve
|
||||
# GeoidEval Gravity MagneticField Planimeter TransverseMercatorProj)
|
||||
# The list of scripts (to be installed into, e.g., /usr/local/sbin)
|
||||
set (SCRIPTS
|
||||
geographiclib-get-geoids geographiclib-get-gravity geographiclib-get-magnetic)
|
||||
|
|
@ -336,7 +336,7 @@ include_directories ("${PROJECT_BINARY_DIR}/include" include)
|
|||
# The list of subdirectories to process
|
||||
add_subdirectory (src)
|
||||
add_subdirectory (include/GeographicLib)
|
||||
add_subdirectory (tools)
|
||||
# add_subdirectory (tools)
|
||||
add_subdirectory (man)
|
||||
add_subdirectory (doc)
|
||||
add_subdirectory (matlab)
|
||||
|
|
|
|||
Loading…
Reference in New Issue