Skip to content

Commit

Permalink
add minimum version for suitespace. it is necessary because of we are…
Browse files Browse the repository at this point in the history
… using part of the api that only became available at 4.3.1
  • Loading branch information
weblucas committed Dec 7, 2023
1 parent c4a1d89 commit 154b5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aslam_optimizer/sparse_block_matrix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project(sparse_block_matrix)
find_package(catkin REQUIRED COMPONENTS sm_common sm_eigen)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
SET(SuiteSparse_MIN_VERSION "4.3.1")
find_package(SuiteSparse REQUIRED)

find_package(Eigen3)
Expand Down

0 comments on commit 154b5f5

Please sign in to comment.