Skip to content
Snippets Groups Projects
Commit c82d9e1b authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

SUITESPARSE is required by CERES to be efficient

parent 5aaf57de
No related branches found
No related tags found
1 merge request!109Ceres new api
......@@ -83,7 +83,7 @@ IF(Suitesparse_INCLUDE_DIRS)
MESSAGE("Suitesparse FOUND: wolf_solver will be built.")
ELSE (Suitesparse_INCLUDE_DIRS)
SET(Suitesparse_FOUND FALSE)
MESSAGE("Suitesparse NOT FOUND: wolf_solver won't be built.")
MESSAGE(FATAL_ERROR "Suitesparse NOT FOUND")
ENDIF (Suitesparse_INCLUDE_DIRS)
# Define the directory where will be the configured config.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment