Skip to content

Commit

Permalink
export cmake flags
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Sep 23, 2024
1 parent 9a97cb6 commit e6c906a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/gtsam_points-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

include_guard()

set(GTSAM_POINTS_USE_TBB @GTSAM_POINTS_USE_TBB@)
set(GTSAM_POINTS_USE_OPENMP @GTSAM_POINTS_USE_OPENMP@)
set(GTSAM_POINTS_USE_CUDA @GTSAM_POINTS_USE_CUDA@)

get_filename_component(gtsam_points_CURRENT_CONFIG_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${gtsam_points_CURRENT_CONFIG_DIR}")

Expand Down

0 comments on commit e6c906a

Please sign in to comment.