From 2dc7f66c8a57b63264864bf276e417e8ffb61a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 17 Apr 2020 10:26:56 +0200 Subject: [PATCH] avoid linking --- .../Developer_manual/create_and_use_a_cmakelist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt b/Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt index c04848fcd4a..afc413a7dd7 100644 --- a/Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt +++ b/Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt @@ -1,5 +1,5 @@ /*! -\page devman_create_and_use_a_cmakelist How to use CGAL with CMake +\page devman_create_and_use_a_cmakelist How to use %CGAL with CMake This page will explain how to manually create a `CMakeLists.txt` file to link a custom program with \cgal. A base can be created using the script `cgal_create_CMakeLists`. Its usage is detailed in Section \ref devman_create_cgal_CMakeLists.