Do not require SuiteSparse

This commit is contained in:
Mael Rouxel-Labbé 2016-11-23 17:30:39 +01:00
parent df70fedbcf
commit cff1c99d3d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if ( CGAL_FOUND )
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# set(SuiteSparse_VERBOSE ON) # set(SuiteSparse_VERBOSE ON)
set(SuiteSparse_USE_LAPACK_BLAS ON) set(SuiteSparse_USE_LAPACK_BLAS ON)
find_package(SuiteSparse REQUIRED) # Use FindSuiteSparse.cmake module find_package(SuiteSparse QUIET) # Use FindSuiteSparse.cmake module
if(SuiteSparse_FOUND) if(SuiteSparse_FOUND)
message(STATUS "SuiteSparse_LIBS: ${SuiteSparse_LIBRARIES}") message(STATUS "SuiteSparse_LIBS: ${SuiteSparse_LIBRARIES}")
include_directories(${SuiteSparse_INCLUDE_DIRS}) include_directories(${SuiteSparse_INCLUDE_DIRS})