mirror of https://github.com/CGAL/cgal
Do not require SuiteSparse
This commit is contained in:
parent
df70fedbcf
commit
cff1c99d3d
|
|
@ -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})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue