mirror of https://github.com/CGAL/cgal
Add NOTICE: where needed, so that the test results scripts can generate a "r".
This commit is contained in:
parent
121a244b62
commit
fa912f218c
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue