diff --git a/NewKernel_d/test/NewKernel_d/CMakeLists.txt b/NewKernel_d/test/NewKernel_d/CMakeLists.txt index fde2322830a..7b03a381806 100644 --- a/NewKernel_d/test/NewKernel_d/CMakeLists.txt +++ b/NewKernel_d/test/NewKernel_d/CMakeLists.txt @@ -32,13 +32,13 @@ if ( CGAL_FOUND ) else() - message(STATUS "This program requires the Eigen3 library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the Eigen3 library, and will not be compiled.") endif() else() - message(STATUS "This program requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.") endif()