cgal/Surface_mesh_simplification/examples/Surface_mesh_simplification
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
..
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
collapse_small_edges_in_parallel.cpp add an example to simplify a mesh in parallel 2022-05-12 16:21:14 +02:00
edge_collapse_OpenMesh.cpp Merge remote-tracking branch 'cgal/master' into HEAD 2022-11-24 09:54:56 +01:00
edge_collapse_all_short_edges.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
edge_collapse_bounded_normal_change.cpp boost::optional => std::optional 2023-06-15 10:57:09 +02:00
edge_collapse_constrain_sharp_edges.cpp Replace SMS::Count_* stop predicates with new Edge/Face_count_* stop predicates 2022-11-02 13:46:45 +01:00
edge_collapse_constrained_border_polyhedron.cpp Replace SMS::Count_* stop predicates with new Edge/Face_count_* stop predicates 2022-11-02 13:46:45 +01:00
edge_collapse_constrained_border_surface_mesh.cpp Replace SMS::Count_* stop predicates with new Edge/Face_count_* stop predicates 2022-11-02 13:46:45 +01:00
edge_collapse_enriched_polyhedron.cpp Merge remote-tracking branch 'cgal/master' into HEAD 2022-11-24 09:54:56 +01:00
edge_collapse_envelope.cpp Replace SMS::Count_* stop predicates with new Edge/Face_count_* stop predicates 2022-11-02 13:46:45 +01:00
edge_collapse_garland_heckbert.cpp Add a convenience IO header 2023-12-12 09:39:35 +01:00
edge_collapse_linear_cell_complex.cpp Add a convenience IO header 2023-12-12 09:39:35 +01:00
edge_collapse_polyhedron.cpp Replace SMS::Count_* stop predicates with new Edge/Face_count_* stop predicates 2022-11-02 13:46:45 +01:00
edge_collapse_surface_mesh.cpp Merge pull request #7732 from MaelRL/SMS-Improve_robustness-GF 2023-10-16 11:12:27 +02:00
edge_collapse_visitor_surface_mesh.cpp boost::optional => std::optional 2023-06-15 10:57:09 +02:00