Add 'NOTICE'

This commit is contained in:
Mael Rouxel-Labbé 2022-03-15 11:22:58 +01:00
parent bbc5552399
commit 9e8940adcd
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ if(TARGET CGAL::Eigen3_support)
create_single_source_cgal_program("edge_collapse_garland_heckbert.cpp")
target_link_libraries(edge_collapse_garland_heckbert PUBLIC CGAL::Eigen3_support)
else()
message(STATUS "Garland-Heckbert polices require the Eigen library, which has not been found; related examples will not be compiled.")
message(STATUS "NOTICE: Garland-Heckbert polices require the Eigen library, which has not been found; related examples will not be compiled.")
endif()
if(OpenMesh_FOUND)

View File

@ -19,5 +19,5 @@ if(TARGET CGAL::Eigen3_support)
create_single_source_cgal_program("edge_collapse_garland_heckbert_variations.cpp")
target_link_libraries(edge_collapse_garland_heckbert_variations PUBLIC CGAL::Eigen3_support)
else()
message(STATUS "Garland-Heckbert polices require the Eigen library, which has not been found; related examples will not be compiled.")
message(STATUS "NOTICE: Garland-Heckbert polices require the Eigen library, which has not been found; related examples will not be compiled.")
endif()