From 19fccf996901e5a77c5f8dc471a81bb4986a3c38 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 10 Jan 2012 14:36:42 +0000 Subject: [PATCH] more output --- Installation/src/CGAL/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installation/src/CGAL/CMakeLists.txt b/Installation/src/CGAL/CMakeLists.txt index 932a2c10a85..4f6d26b377c 100644 --- a/Installation/src/CGAL/CMakeLists.txt +++ b/Installation/src/CGAL/CMakeLists.txt @@ -1,3 +1,5 @@ +message(STATUS "Configure libCGAL") + build_cgal_library(CGAL CGAL "") use_lib( GMP "###") @@ -54,3 +56,4 @@ if ( CGAL_INSTALL_LIB_DIR ) install(TARGETS CGAL DESTINATION ${CGAL_INSTALL_LIB_DIR} ) endif() +message(STATUS "libCGAL is configured")