mirror of https://github.com/CGAL/cgal
Add 'NOTICE'
This commit is contained in:
parent
bbc5552399
commit
9e8940adcd
|
|
@ -44,7 +44,7 @@ if(TARGET CGAL::Eigen3_support)
|
||||||
create_single_source_cgal_program("edge_collapse_garland_heckbert.cpp")
|
create_single_source_cgal_program("edge_collapse_garland_heckbert.cpp")
|
||||||
target_link_libraries(edge_collapse_garland_heckbert PUBLIC CGAL::Eigen3_support)
|
target_link_libraries(edge_collapse_garland_heckbert PUBLIC CGAL::Eigen3_support)
|
||||||
else()
|
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()
|
endif()
|
||||||
|
|
||||||
if(OpenMesh_FOUND)
|
if(OpenMesh_FOUND)
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,5 @@ if(TARGET CGAL::Eigen3_support)
|
||||||
create_single_source_cgal_program("edge_collapse_garland_heckbert_variations.cpp")
|
create_single_source_cgal_program("edge_collapse_garland_heckbert_variations.cpp")
|
||||||
target_link_libraries(edge_collapse_garland_heckbert_variations PUBLIC CGAL::Eigen3_support)
|
target_link_libraries(edge_collapse_garland_heckbert_variations PUBLIC CGAL::Eigen3_support)
|
||||||
else()
|
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()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue