cgal/Shape_detection/examples/Shape_detection
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
..
include fix warning 2022-08-04 08:46:18 +02:00
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
efficient_RANSAC_basic.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
efficient_RANSAC_with_callback.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
efficient_RANSAC_with_custom_shape.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
efficient_RANSAC_with_parameters.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
efficient_RANSAC_with_point_access.cpp boost::shared_ptr => std::shared_ptr 2023-06-15 10:57:01 +02:00
region_growing_circles_on_point_set_2.cpp add missing parameter 2022-08-02 10:38:46 +02:00
region_growing_cylinders_on_point_set_3.cpp fix assertion 2022-07-22 11:51:32 +02:00
region_growing_lines_on_point_set_2.cpp use a new property map with more verbose name 2023-01-19 11:30:52 +01:00
region_growing_lines_on_segment_set.cpp Add a convenience IO header 2023-12-12 09:39:35 +01:00
region_growing_planes_on_point_set_3.cpp finally get rid of conditional_deref 2022-07-22 16:07:06 +02:00
region_growing_planes_on_polygon_mesh.cpp Add a convenience IO header 2023-12-12 09:39:35 +01:00
region_growing_spheres_on_point_set_3.cpp use default random so that we can use the seed to reproduce issues 2023-01-18 10:24:34 +01:00
region_growing_with_custom_classes.cpp documented that RegionType::Item and NeighborQuery::Item need to be hashable 2024-10-10 12:56:54 +02:00