cgal/Orthtree/examples/Orthtree
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
octree_build_from_point_set.cpp using 'contained elements' instead of elements to descripe split predicate 2024-03-01 15:43:01 +01:00
octree_build_from_point_vector.cpp fix compilation on MSVC 2023-10-05 13:57:18 +02:00
octree_build_with_custom_split.cpp restore old behavior with a forward constructor 2024-02-29 19:14:04 +01:00
octree_find_nearest_neighbor.cpp renaming nearest_k_neighbors_in_radius and neighbors_in_radius 2024-03-05 10:52:34 +01:00
octree_grade.cpp fix warnings 2024-01-24 11:47:11 +01:00
octree_surface_mesh.cpp restore old behavior with a forward constructor 2024-02-29 19:14:04 +01:00
octree_traversal_custom.cpp restore old behavior with a forward constructor 2024-02-29 19:14:04 +01:00
octree_traversal_manual.cpp restore old behavior with a forward constructor 2024-02-29 19:14:04 +01:00
octree_traversal_preorder.cpp restore old behavior with a forward constructor 2024-02-29 19:14:04 +01:00
orthtree_build.cpp lower number of sample points to 20 2024-03-01 10:19:31 +01:00
quadtree_build_from_point_vector.cpp fix compilation on MSVC 2023-10-05 13:57:18 +02:00
quadtree_build_manually.cpp renaming Orthtree_traits_base_for_dimension to Orthtree_traits_base 2024-02-01 09:46:06 +01:00