Remove a debug message

This commit is contained in:
Laurent Rineau 2016-09-23 14:52:22 +02:00
parent c6855beb15
commit ceb6961594
1 changed files with 1 additions and 1 deletions

View File

@ -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}")