From: Luca Heltai Date: Sat, 30 Apr 2022 16:23:33 +0000 (+0200) Subject: Update cmake/modules/FindCGAL.cmake X-Git-Tag: v9.4.0-rc1~290^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb4ee7108558b20d289e95f103edefdfcf2e5c3;p=dealii.git Update cmake/modules/FindCGAL.cmake Co-authored-by: Jean-Paul Pelteret --- diff --git a/cmake/modules/FindCGAL.cmake b/cmake/modules/FindCGAL.cmake index 050fe404a8..6fe00d2b21 100644 --- a/cmake/modules/FindCGAL.cmake +++ b/cmake/modules/FindCGAL.cmake @@ -36,7 +36,7 @@ IF(DEAL_II_HAVE_CXX17) ELSE(DEAL_II_HAVE_CXX17) SET(CGAL_FOUND FALSE) SET(CGAL_INCLUDE_DIRS "-NOTFOUND") - MESSAGE("-- WARNING: CGAL wrappers require cxx17. Disabling CGAL Support.") + MESSAGE(WARNING "CGAL wrappers require C++17. Disabling CGAL Support.") ENDIF(DEAL_II_HAVE_CXX17) DEAL_II_PACKAGE_HANDLE(CGAL