# if GTSAM_ENABLE_BOOST_SERIALIZATION is OFF then exclude some tests
if (NOT GTSAM_ENABLE_BOOST_SERIALIZATION)
  # create a semicolon separated list of files to exclude
  set(EXCLUDE_TESTS "testSerializationGeometry.cpp")
else()
  set(EXCLUDE_TESTS "")
endif()

gtsamAddTestsGlob(geometry "test*.cpp" "${EXCLUDE_TESTS}" "gtsam")
