mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-20 11:54:27 +08:00
No need to make noise, if KLU is found
This commit is contained in:
parent
84dcd998a9
commit
2cbb00b18e
@ -309,7 +309,6 @@ if(UMFPACK_FOUND)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(KLU_FOUND OR SuiteSparse_FOUND)
|
if(KLU_FOUND OR SuiteSparse_FOUND)
|
||||||
message("ADDING KLU TEST")
|
|
||||||
ei_add_test(klu_support "" "${KLU_ALL_LIBS}")
|
ei_add_test(klu_support "" "${KLU_ALL_LIBS}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user