Sebastien Loriot

Results 671 comments of Sebastien Loriot

Should be fixed by https://github.com/CGAL/cgal/pull/7927 that is currently in master branch.

Here is the relevant part of the log: ``` CMake Error at Installation/demo/CMakeLists.txt:1 (cmake_minimum_required): CMake 3.12...3.20 or higher is required. You are running version 3.6.2 ``` You need to use...

What do you mean by "your docker image"? Our test images are here: https://github.com/CGAL/cgal-testsuite-dockerfiles

The reason why they have all to be in the same package is because you reinject the named parameters to be member of the class. If you restrict yourself to...

It is still not clear to me why doxygen can generate a link in examples but not in a header doc.

See https://doc.cgal.org/latest/Polygon_mesh_processing/Polygon_mesh_processing_2orient_polygon_soup_example_8cpp-example.html

Successfully tested in CGAL-6.0-Ic-235

> Wouldn't it be more consistent to replace all `NamedParametersOut...` by `NPOut...` in this package? Analogous for `NamedParametersIn...` rename to `NPIn...` and `NamedParameters...` to `NP...`. I don't have a strong...

Successfully tested in CGAL-6.0-Ic-237

Successfully tested in CGAL-5.6-Ic-241. 2D version can be added too now.