mirror of https://github.com/CGAL/cgal
this script is useless when OpenMesh is not present
This commit is contained in:
parent
da4b2632c9
commit
e7dfea8268
|
|
@ -36,7 +36,10 @@ find_package( OpenMesh QUIET )
|
||||||
if ( OpenMesh_FOUND )
|
if ( OpenMesh_FOUND )
|
||||||
include( UseOpenMesh )
|
include( UseOpenMesh )
|
||||||
else()
|
else()
|
||||||
message(STATUS "Examples that use OpenMesh will not be compiled.")
|
|
||||||
|
message(STATUS "These examples require OpenMesh and will not be compiled.")
|
||||||
|
return()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# include for local directory
|
# include for local directory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue