From ceb69615942bb9ff8a95fcf3e702b4daed4f0190 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 23 Sep 2016 14:52:22 +0200 Subject: [PATCH] Remove a debug message --- Installation/cmake/modules/process_dependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/process_dependencies.cmake b/Installation/cmake/modules/process_dependencies.cmake index 7c01ebf3939..0e9e06a6d00 100644 --- a/Installation/cmake/modules/process_dependencies.cmake +++ b/Installation/cmake/modules/process_dependencies.cmake @@ -7,7 +7,7 @@ if(NOT CGAL_PACKAGES_PREFIX) "The variable `CGAL_PACKAGES_PREFIX` should be defined to the prefix of CGAL packages!") endif() -message("regexp: \\. ${CGAL_PACKAGES_PREFIX}/[^/]*/include/CGAL/.*h") +#message("regexp: \\. ${CGAL_PACKAGES_PREFIX}/[^/]*/include/CGAL/.*h") foreach(INPUT_FILE ${INPUT_FILES}) file(STRINGS ${INPUT_FILE} input) #message("input is : ${input}")