Do not display "Building (shared|static) libraries" during the

configuration of an example or a demo.
This commit is contained in:
Laurent Rineau 2008-11-12 15:00:15 +00:00
parent a5fe9a6c5a
commit 2cabf4a168
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if( NOT CGAL_COMMON_FILE_INCLUDED )
endif()
endif()
if ( BUILD_SHARED_LIBS )
if ( CGAL_BUILDING_LIBS AND BUILD_SHARED_LIBS )
message( STATUS "Building shared libraries" )
else()
message( STATUS "Building static libraries" )