加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gtsam_extra.cmake.in 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
Varun Agrawal 提交于 2020-10-01 19:56 . remove all Cython references
# Extra CMake definitions for GTSAM
# All version variables are handled by GTSAMConfigVersion.cmake, except these
# two below. We continue to set them here in case someone uses them
set (GTSAM_VERSION_NUMERIC @GTSAM_VERSION_NUMERIC@)
set (GTSAM_VERSION_STRING "@GTSAM_VERSION_STRING@")
set (GTSAM_USE_TBB @GTSAM_USE_TBB@)
set (GTSAM_DEFAULT_ALLOCATOR @GTSAM_DEFAULT_ALLOCATOR@)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化