From 2cbb00b18ee3d02d3b747bcb1775d7f851e46d7e Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Fri, 13 Apr 2018 19:14:25 +0200 Subject: [PATCH] No need to make noise, if KLU is found --- test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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()