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 )
|
||||
include( UseOpenMesh )
|
||||
else()
|
||||
message(STATUS "Examples that use OpenMesh will not be compiled.")
|
||||
|
||||
message(STATUS "These examples require OpenMesh and will not be compiled.")
|
||||
return()
|
||||
|
||||
endif()
|
||||
|
||||
# include for local directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue