gtsam_extra.cmake.in 380 B

123456789
  1. # Extra CMake definitions for GTSAM
  2. # All version variables are handled by GTSAMConfigVersion.cmake, except these
  3. # two below. We continue to set them here in case someone uses them
  4. set (GTSAM_VERSION_NUMERIC @GTSAM_VERSION_NUMERIC@)
  5. set (GTSAM_VERSION_STRING "@GTSAM_VERSION_STRING@")
  6. set (GTSAM_USE_TBB @GTSAM_USE_TBB@)
  7. set (GTSAM_DEFAULT_ALLOCATOR @GTSAM_DEFAULT_ALLOCATOR@)