Minor tweak to CMake messages during CGAL configuration

Before that patch, CGAL_SetupFlags was included in the stage:
  == Detect external libraries ==
Now there is a stage:
  == Set up flags ==
This commit is contained in:
Laurent Rineau 2012-07-26 10:51:05 +00:00
parent 20762313af
commit a9cb96b42a
1 changed files with 5 additions and 1 deletions

View File

@ -489,10 +489,14 @@ message( "== Generate version files (DONE) ==\n")
#
#--------------------------------------------------------------------------------------------------
message("== Detect external libraries ==")
message("== Set up flags ==")
include(CGAL_SetupFlags)
message("== Set up flags (DONE) ==\n")
message("== Detect external libraries ==")
macro( add_config_flag flag )
if ( ${flag} )