Home | History | Annotate | Download | only in ceres-solver

Lines Matching full:cxsparse

99 OPTION(CXSPARSE "Enable CXSparse." ON)
165 UPDATE_CACHE_VARIABLE(CXSPARSE OFF)
169 MESSAGE(STATUS "Building for iOS: SuiteSparse, CXSparse, gflags and OpenMP are not available.")
338 # CXSparse.
339 IF (CXSPARSE)
340 # Don't search with REQUIRED as we can continue without CXSparse.
341 FIND_PACKAGE(CXSparse)
343 # By default, if CXSparse and all dependencies are found, Ceres is
344 # built with CXSparse support.
345 MESSAGE("-- Found CXSparse version: ${CXSPARSE_VERSION}, "
346 "building with CXSparse.")
348 # Disable use of CXSparse if it cannot be found and continue.
349 MESSAGE("-- Did not find CXSparse, Building without CXSparse.")
350 UPDATE_CACHE_VARIABLE(CXSPARSE OFF)
353 ELSE (CXSPARSE)
354 MESSAGE("-- Building without CXSparse.")
356 # Mark as advanced (remove from default GUI view) the CXSparse search
357 # variables in case user enabled CXSPARSE, FindCXSparse did not find it, so
359 # CXSPARSE instead of setting them.
362 ENDIF (CXSPARSE)
529 IF (CXSPARSE)
531 ENDIF (CXSPARSE)