mirror of https://github.com/CGAL/cgal
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. ``` |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Distance.h | ||
| Point.h | ||
| circular_query.cpp | ||
| distance_browsing.cpp | ||
| fuzzy_range_query.cpp | ||
| general_neighbor_searching.cpp | ||
| iso_rectangle_2_query.cpp | ||
| iso_rectangle_2_query_projection.cpp | ||
| nearest_neighbor_searching.cpp | ||
| parallel_kdtree.cpp | ||
| searching_polyhedron_vertices.cpp | ||
| searching_polyhedron_vertices_with_fuzzy_sphere.cpp | ||
| searching_sphere_orthogonally.cpp | ||
| searching_surface_mesh_vertices.cpp | ||
| searching_triangulation_vertices.cpp | ||
| searching_with_circular_query.cpp | ||
| searching_with_point_with_info.cpp | ||
| searching_with_point_with_info_inplace.cpp | ||
| searching_with_point_with_info_pmap.cpp | ||
| splitter_worst_cases.cpp | ||
| user_defined_point_and_distance.cpp | ||
| using_fair_splitting_rule.cpp | ||
| weighted_Minkowski_distance.cpp | ||