From be306a3584014389dbc6a8cc6c8921097f889e2a Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 9 Jul 2019 15:03:44 +0200 Subject: [PATCH] Fix the blue line in testsuite --- Solver_interface/examples/Solver_interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solver_interface/examples/Solver_interface/CMakeLists.txt b/Solver_interface/examples/Solver_interface/CMakeLists.txt index 76ffd37cf29..e8cc264ec88 100644 --- a/Solver_interface/examples/Solver_interface/CMakeLists.txt +++ b/Solver_interface/examples/Solver_interface/CMakeLists.txt @@ -50,7 +50,7 @@ if ( CGAL_FOUND ) else() - message(STATUS "NOTICE: This project requires either SCIP or GLPK, and will not be compiled. " + message(STATUS "NOTICE : This project requires either SCIP or GLPK, and will not be compiled. " "Please provide either 'SCIP_DIR' or 'GLPK_INCLUDE_DIR' and 'GLPK_LIBRARIES'") endif()