cgal/Convex_hull_3/examples/Convex_hull_3
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
dynamic_hull_3.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
dynamic_hull_LCC_3.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
dynamic_hull_OM_3.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
dynamic_hull_SM_3.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
extreme_indices_3.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
extreme_points_3_sm.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
graph_hull_3.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
halfspace_intersection_3.cpp polish + map -> unordered_map 2016-11-25 14:34:19 +01:00
lloyd_algorithm.cpp boost::optional => std::optional 2023-06-15 10:57:09 +02:00
quickhull_3.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
quickhull_OM_3.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
quickhull_any_dim_3.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
quickhull_indexed_triangle_set_3.cpp Move file to internal directory 2021-09-21 09:45:51 +01:00