Remove a debug message

This commit is contained in:
Laurent Rineau
2016-09-30 15:22:28 +02:00
parent c6855beb15
commit ceb6961594
@@ -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}")