diff --git a/image_analysis/CMakeLists.txt b/image_analysis/CMakeLists.txt index 00996187..6b656767 100644 --- a/image_analysis/CMakeLists.txt +++ b/image_analysis/CMakeLists.txt @@ -1,7 +1,5 @@ -SET(MINIGLOG ON) SET(PROVIDE_UNINSTALL_TARGET OFF) -SET(USE_CUDA OFF) -SET(EIGENSPARSE ON) +SET(USE_CUDA OFF CACHE BOOL "Force Ceres to build without CUDA" FORCE) # Prevent MKL from being found (guarantees no MKL) SET(CMAKE_DISABLE_FIND_PACKAGE_MKL TRUE)