CMake: More options for Ceres backends (to be determined how useful later)

This commit is contained in:
2026-02-18 12:15:07 +01:00
parent 8759d1f8db
commit ca778992b0
+3 -3
View File
@@ -1,9 +1,9 @@
SET(MINIGLOG ON)
SET(PROVIDE_UNINSTALL_TARGET OFF)
SET(USE_CUDA OFF)
IF (NOT JFJOCH_USE_CUDA)
SET(USE_CUDA OFF)
ENDIF()
SET(EIGENSPARSE ON)
SET(LAPACK OFF)
SET(SUITESPARSE OFF)
# Prevent MKL/BLAS/LAPACK from being found (guarantees no MKL)
SET(CMAKE_DISABLE_FIND_PACKAGE_MKL TRUE)