cgal/Convex_hull_2/examples/Convex_hull_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
..
files
include/CGAL run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
array_convex_hull_2.cpp Send the points of the hello world example to std::cout. 2014-08-27 12:23:00 +02:00
ch_delaunay_2.cpp Convex_hull_2: Use of 2D Delaunay 2023-01-02 16:33:45 +00:00
ch_from_cin_to_cout.cin Removed the word 'example' from the examples 2008-07-08 14:58:17 +00:00
ch_from_cin_to_cout.cpp move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
ch_graham_anderson.cin
ch_graham_anderson.cpp Remove useless "using namespace boost" (boost::bind was replaced with lambdas) 2022-06-30 09:32:45 +02:00
ch_timing.cpp move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
convex_hull_indices_2.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
convex_hull_yz.cin add input for test file 2012-11-28 16:05:18 +01:00
convex_hull_yz.cpp BUG when not using the default traits, pass it to the function 2012-11-28 12:05:03 +01:00
iostream_convex_hull_2.cin add a input for an example. I don't know how the testsuite could work without the file 2012-05-30 16:03:07 +00:00
iostream_convex_hull_2.cpp I think those includes should be explicitly added. 2008-11-27 15:49:24 +00:00
vector_convex_hull_2.cpp fix typo 2008-11-25 10:09:11 +00:00