mirror of https://github.com/CGAL/cgal
Do not display "Building (shared|static) libraries" during the
configuration of an example or a demo.
This commit is contained in:
parent
a5fe9a6c5a
commit
2cabf4a168
|
|
@ -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" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue