From 399fe0347b0447f9d9fc0a055bf96ec0e11a96d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkovsky@mmg.fjfi.cvut.cz> Date: Fri, 24 Jun 2022 09:02:36 +0200 Subject: [PATCH] Added CGAL to the table of optional dependencies --- Documentation/Pages/main-page.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Pages/main-page.md b/Documentation/Pages/main-page.md index 32d97d75f4..aabaf1ff75 100644 --- a/Documentation/Pages/main-page.md +++ b/Documentation/Pages/main-page.md @@ -173,6 +173,11 @@ computing platform, and (optionally) some libraries. <td> If TinyXML2 is not found as a system library, the `install` script will download, compile and install TinyXML2 along with TNL. </td> </tr> + <tr><td> [CGAL](https://github.com/CGAL/cgal/) </td> + <td> Additional mesh ordering algorithms for `tnl-reorder-mesh` and `tnl-plot-mesh-ordering` </td> + <td> `-DHAVE_CGAL` </td> + <td> Only used for the compilation of these tools. </td> + </tr> <tr><td> [Metis](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview) </td> <td> `tnl-decompose-mesh` </td> <td> </td> -- GitLab