Skip to content

Commit

Permalink
Depend on Cholmod on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 10, 2023
1 parent 7bd94e1 commit 5270b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ IF (WIN32)
find_package(SuiteSparse CONFIG REQUIRED)
target_link_libraries(mrcal_jni ${OPENCV_LIB_PATH} SuiteSparse::amd SuiteSparse::cholmod)
ELSE()
target_link_libraries(mrcal_jni ${OPENCV_LIB_PATH} suitesparseconfig)
target_link_libraries(mrcal_jni ${OPENCV_LIB_PATH} suitesparseconfig cholmod)
ENDIF()


Expand Down

0 comments on commit 5270b09

Please sign in to comment.