Omit serialization test

release/4.3a0
Frank Dellaert 2023-02-05 19:16:49 -08:00
parent ad78f3c763
commit 8bd15b8792
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ if (NOT GTSAM_USE_BOOST_FEATURES)
list(APPEND tests_exclude "testGncOptimizer.cpp")
endif()
if (NOT GTSAM_ENABLE_BOOST_SERIALIZATION)
list(APPEND tests_exclude "testSerializationSLAM.cpp")
endif()
# Build tests
gtsamAddTestsGlob(tests "test*.cpp" "${tests_exclude}" "gtsam")