cgal/Mesh_2/demo/Mesh_2
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
..
data
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
README.txt remove occurrences of Qt5 2023-09-14 17:02:21 +02:00
conform.cpp IO namespace in Mesh_2 package 2021-05-03 13:44:57 +02:00
mesh.cpp use new API 2022-05-18 16:33:39 +02:00

README.txt

This directory contains non-graphical demos of the 2D Mesh Generator
package.
The Constrained Delaunay triangulation Qt demos has a 2D meshing feature that
demonstrates the  2D Mesh Generator package. See in the directory
demo/Triangulation_2/ of the CGAL tarball.