mirror of https://github.com/CGAL/cgal
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:
parent
20762313af
commit
a9cb96b42a
|
|
@ -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} )
|
||||
|
|
|
|||
Loading…
Reference in New Issue