aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-04-13 19:14:25 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2018-04-13 19:14:25 +0200
commit2cbb00b18ee3d02d3b747bcb1775d7f851e46d7e (patch)
tree3e1d325587bd63df809b5317a090cac86972dbc3 /test
parent84dcd998a92e4f90f963d2849252f4338adaf398 (diff)
No need to make noise, if KLU is found
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 8bcf3f7c5..f8deafc07 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -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()