cgal/Point_set_processing_3/examples/Point_set_processing_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
..
data
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
average_spacing_example.cpp
bilateral_smooth_point_set_example.cpp
callback_example.cpp
clustering_example.cpp
edge_aware_upsample_point_set_example.cpp
edges_example.cpp
grid_simplification_example.cpp
grid_simplify_indices.cpp
hierarchy_simplification_example.cpp
jet_smoothing_example.cpp
normal_estimation.cpp
normals_example.cpp
orient_scanlines_example.cpp
property_map.cpp
random_simplification_example.cpp
read_las_example.cpp use c++17 fold expression 2024-09-11 17:25:08 +02:00
read_ply_points_with_colors_example.cpp
read_write_xyz_point_set_example.cpp
registration_with_OpenGR.cpp
registration_with_opengr_pointmatcher_pipeline.cpp
registration_with_pointmatcher.cpp
remove_outliers_example.cpp
scale_estimation_2d_example.cpp
scale_estimation_example.cpp
structuring_example.cpp
wlop_simplify_and_regularize_point_set_example.cpp
write_las_example.cpp allow use of Rapidlasso Laslib as alternative to CGALs fork 2024-08-30 10:14:36 +02:00
write_ply_points_example.cpp