cmake option to build metis executables

release/4.3a0
Andrew Melim 2014-03-17 11:42:10 -04:00
parent 68297dedb5
commit 3070e63ccc
1 changed files with 4 additions and 3 deletions

View File

@ -25,6 +25,7 @@ if(NOT GTSAM_USE_SYSTEM_EIGEN)
FILES_MATCHING PATTERN "*.h")
endif()
option(GTSAM_BUILD_METIS_EXECUTABLES "Build metis library executables" OFF)
add_subdirectory(metis-5.1.0)
############ NOTE: When updating GeographicLib be sure to disable building their examples
############ and unit tests by commenting out their lines: