From fa912f218c40efeaa827a790d6578296d0a443cd Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 10 Nov 2008 11:09:21 +0000 Subject: [PATCH] Add NOTICE: where needed, so that the test results scripts can generate a "r". --- CGALimageIO/examples/CGALimageIO/CMakeLists.txt | 2 +- CGALimageIO/test/CGALimageIO/CMakeLists.txt | 2 +- Circular_kernel_2/test/Circular_kernel_2/CMakeLists.txt | 2 +- Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt | 4 ++-- Circular_kernel_3/test/Circular_kernel_3/CMakeLists.txt | 2 +- Installation/test/Installation/CMakeLists.txt | 2 +- Jet_fitting_3/examples/Jet_fitting_3/CMakeLists.txt | 4 ++-- Jet_fitting_3/test/Jet_fitting_3/CMakeLists.txt | 4 ++-- Surface_mesher/examples/Surface_mesher/CMakeLists.txt | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CGALimageIO/examples/CGALimageIO/CMakeLists.txt b/CGALimageIO/examples/CGALimageIO/CMakeLists.txt index 1bc0d6c5e15..3e91b8d4c00 100644 --- a/CGALimageIO/examples/CGALimageIO/CMakeLists.txt +++ b/CGALimageIO/examples/CGALimageIO/CMakeLists.txt @@ -21,5 +21,5 @@ if(CGAL_ImageIO_FOUND) create_single_source_cgal_program( "convert_raw_image_to_inr.cpp" ) create_single_source_cgal_program( "test_imageio.cpp" ) else() - message(STATUS "This demo needs the CGAL ImageIO library, and will not be compiled.") + message(STATUS "NOTICE: This demo needs the CGAL ImageIO library, and will not be compiled.") endif() diff --git a/CGALimageIO/test/CGALimageIO/CMakeLists.txt b/CGALimageIO/test/CGALimageIO/CMakeLists.txt index 8e0ba0b36e4..84bece73e88 100644 --- a/CGALimageIO/test/CGALimageIO/CMakeLists.txt +++ b/CGALimageIO/test/CGALimageIO/CMakeLists.txt @@ -24,7 +24,7 @@ create_single_source_cgal_program( "test_trilinear_interpolation.cpp" ) else() - message(STATUS "This program requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.") endif() diff --git a/Circular_kernel_2/test/Circular_kernel_2/CMakeLists.txt b/Circular_kernel_2/test/Circular_kernel_2/CMakeLists.txt index 68a96afe917..7ead3c3d740 100644 --- a/Circular_kernel_2/test/Circular_kernel_2/CMakeLists.txt +++ b/Circular_kernel_2/test/Circular_kernel_2/CMakeLists.txt @@ -37,7 +37,7 @@ create_single_source_cgal_program( "test_Exact_circular_kernel_basic.cpp" ) else() - message(STATUS "This program requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.") endif() diff --git a/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt b/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt index 6ac7f196b63..75c9258235f 100644 --- a/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt +++ b/Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt @@ -42,13 +42,13 @@ if ( CGAL_FOUND ) target_link_libraries(Circular_kernel_3 ${QT3_LIBRARIES} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ) else() - message(STATUS "This demo requires Qt3 and the CGAL Qt3 library, and will not be compiled.") + message(STATUS "NOTICE: This demo requires Qt3 and the CGAL Qt3 library, and will not be compiled.") endif() else() - message(STATUS "This demo requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This demo requires the CGAL library, and will not be compiled.") endif() diff --git a/Circular_kernel_3/test/Circular_kernel_3/CMakeLists.txt b/Circular_kernel_3/test/Circular_kernel_3/CMakeLists.txt index 080cc97e10d..683cd89ad91 100644 --- a/Circular_kernel_3/test/Circular_kernel_3/CMakeLists.txt +++ b/Circular_kernel_3/test/Circular_kernel_3/CMakeLists.txt @@ -36,7 +36,7 @@ create_single_source_cgal_program( "test_Lazy_spherical_kernel_basics.cpp" ) else() - message(STATUS "This program requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.") endif() diff --git a/Installation/test/Installation/CMakeLists.txt b/Installation/test/Installation/CMakeLists.txt index 009c86fad27..be164cff661 100644 --- a/Installation/test/Installation/CMakeLists.txt +++ b/Installation/test/Installation/CMakeLists.txt @@ -69,6 +69,6 @@ if ( CGAL_FOUND ) else() - message(STATUS "This program requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.") endif() diff --git a/Jet_fitting_3/examples/Jet_fitting_3/CMakeLists.txt b/Jet_fitting_3/examples/Jet_fitting_3/CMakeLists.txt index 800112d67bd..3caf20cff92 100644 --- a/Jet_fitting_3/examples/Jet_fitting_3/CMakeLists.txt +++ b/Jet_fitting_3/examples/Jet_fitting_3/CMakeLists.txt @@ -35,13 +35,13 @@ if ( CGAL_FOUND ) else(LAPACK_FOUND) - message(STATUS "This program requires the LAPACK API, and will not be compiled.") + message(STATUS "NOTICE: This program requires the LAPACK API, and will not be compiled.") endif(LAPACK_FOUND) else() - message(STATUS "This program requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.") endif() diff --git a/Jet_fitting_3/test/Jet_fitting_3/CMakeLists.txt b/Jet_fitting_3/test/Jet_fitting_3/CMakeLists.txt index 592fc0fe230..d9ff81a92bf 100644 --- a/Jet_fitting_3/test/Jet_fitting_3/CMakeLists.txt +++ b/Jet_fitting_3/test/Jet_fitting_3/CMakeLists.txt @@ -29,14 +29,14 @@ if ( CGAL_FOUND ) else(LAPACK_FOUND) - message(STATUS "This program requires the LAPACK API, and will not be compiled.") + message(STATUS "NOTICE: This program requires the LAPACK API, and will not be compiled.") endif(LAPACK_FOUND) else() - message(STATUS "This program requires the CGAL library, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL library, and will not be compiled.") endif() diff --git a/Surface_mesher/examples/Surface_mesher/CMakeLists.txt b/Surface_mesher/examples/Surface_mesher/CMakeLists.txt index 5f3a7657836..30f081402a0 100644 --- a/Surface_mesher/examples/Surface_mesher/CMakeLists.txt +++ b/Surface_mesher/examples/Surface_mesher/CMakeLists.txt @@ -24,7 +24,7 @@ if ( CGAL_FOUND AND CGAL_ImageIO_FOUND ) else() - message(STATUS "This program requires the CGAL and CGAL ImageIO libraries, and will not be compiled.") + message(STATUS "NOTICE: This program requires the CGAL and CGAL ImageIO libraries, and will not be compiled.") endif()