cgal/Intersections_3/test/Intersections_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
..
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
bbox_other_do_intersect_test.cpp Merge branch 'master' into Kernel-Compare_distance_3_RT_FT__always_Filtered_predicate_RT_FT-GF 2022-12-02 23:19:29 +01:00
call_test.cpp
circle_other.cpp
create_bbox_mesh.h
intersection_test_helper.h fixes after merge 2023-06-15 11:34:14 +02:00
issue_5428.cpp fixes after merge 2023-06-15 11:34:14 +02:00
segment_segment.cpp
test_intersections_Iso_cuboid_3.cpp boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
test_intersections_Line_3.cpp remove extra template keyword 2024-10-04 16:08:31 +02:00
test_intersections_Plane_3.cpp boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
test_intersections_Point_3.cpp
test_intersections_Ray_3.cpp Fix for Line_3 Ray_3 do_intersect (#8398) 2024-08-26 15:21:21 +02:00
test_intersections_Segment_3.cpp
test_intersections_Sphere_3.cpp
test_intersections_Tetrahedron_3.cpp boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
triangle_3_triangle_3_intersection.cpp add more test from errors while testing thingi10k models 2023-06-07 15:02:10 +02:00
triangle_other.cpp
triangle_other_intersection_test.cpp