From 2cabf4a168e37fcdcb2def867df6f59d504267fe Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 12 Nov 2008 15:00:15 +0000 Subject: [PATCH] Do not display "Building (shared|static) libraries" during the configuration of an example or a demo. --- Installation/lib/CGAL-3.4/CGAL_Common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/lib/CGAL-3.4/CGAL_Common.cmake b/Installation/lib/CGAL-3.4/CGAL_Common.cmake index 5b5bae5b09d..f70807cd91f 100644 --- a/Installation/lib/CGAL-3.4/CGAL_Common.cmake +++ b/Installation/lib/CGAL-3.4/CGAL_Common.cmake @@ -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" )