From 1d0663da1d25db96e44556adead6bc43f4051ae5 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 20 Mar 2018 17:53:50 +0100 Subject: [PATCH] Remove one misleading sentence --- .../modules/CGAL_enable_end_of_configuration_hook.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake b/Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake index 54e73f4bbe4..3ee0ebd3656 100644 --- a/Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake +++ b/Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake @@ -30,9 +30,8 @@ function(CGAL_run_at_the_end_of_configuration variable access value current_list message(${keyword} "\ =======================================================================\n\ CGAL performance notice:\n\ -The variable CMAKE_BUILD_TYPE is set to \"${CMAKE_BUILD_TYPE}\". That \ -value should be used only for debugging. For performance reasons, you \ -should set CMAKE_BUILD_TYPE to \"Release\".\n\ +The variable CMAKE_BUILD_TYPE is set to \"${CMAKE_BUILD_TYPE}\". For \ +performance reasons, you should set CMAKE_BUILD_TYPE to \"Release\".\n\ Set CGAL_DO_NOT_WARN_ABOUT_CMAKE_BUILD_TYPE to TRUE if you want to \ disable this warning.\n\ =======================================================================\