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. ``` |
||
|---|---|---|
| .. | ||
| include | ||
| CMakeLists.txt | ||
| efficient_RANSAC_basic.cpp | ||
| efficient_RANSAC_with_callback.cpp | ||
| efficient_RANSAC_with_custom_shape.cpp | ||
| efficient_RANSAC_with_parameters.cpp | ||
| efficient_RANSAC_with_point_access.cpp | ||
| region_growing_circles_on_point_set_2.cpp | ||
| region_growing_cylinders_on_point_set_3.cpp | ||
| region_growing_lines_on_point_set_2.cpp | ||
| region_growing_lines_on_segment_set.cpp | ||
| region_growing_planes_on_point_set_3.cpp | ||
| region_growing_planes_on_polygon_mesh.cpp | ||
| region_growing_spheres_on_point_set_3.cpp | ||
| region_growing_with_custom_classes.cpp | ||