cgal/Polyline_simplification_2/test/Polyline_simplification_2
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 Rename testfiles from *.poly to *.polygons.cgal as they use operator>>(istream&, Polygon_2) 2018-05-15 10:04:24 +02:00
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
issue-5774.cpp Fix (unintendedly) skipping the next point after erasure of a constraint point 2021-06-15 14:21:35 +02:00
simplify_polygon_test.cmd Rename testfiles from *.poly to *.polygons.cgal as they use operator>>(istream&, Polygon_2) 2018-05-15 10:04:24 +02:00
simplify_polygon_test.cpp also test Scaled_squared_distance_cost 2016-08-30 17:46:45 +02:00
simplify_polyline_with_duplicate_points.cpp Add new test for bugfix of polyline simplification with duplicate points 2016-08-23 11:30:22 +02:00