No need to make noise, if KLU is found

This commit is contained in:
Christoph Hertzberg 2018-04-13 19:14:25 +02:00
parent 84dcd998a9
commit 2cbb00b18e

View File

@ -309,7 +309,6 @@ if(UMFPACK_FOUND)
endif()
if(KLU_FOUND OR SuiteSparse_FOUND)
message("ADDING KLU TEST")
ei_add_test(klu_support "" "${KLU_ALL_LIBS}")
endif()