Merge pull request #6552 from sloriot/ToS2-demo_cmake

Fix error message
This commit is contained in:
Laurent Rineau 2022-05-06 14:18:35 +02:00
commit e7df9a86bc
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ if(CGAL_Qt5_FOUND AND Qt5_FOUND AND TARGET CGAL::Eigen3_support)
include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake)
cgal_add_compilation_test( Triangulation_on_sphere_2_Demo )
else()
message(STATUS "NOTICE: This demo requires CGAL, the QGLViewer, OpenGL and Qt4, and will not be compiled.")
message(STATUS "NOTICE: This demo requires CGAL, Qt5 and OpenGL, and will not be compiled.")
endif()