From 64bc1348a8df95edc357702a2ec50f9f784b18fc Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 7 Jun 2019 14:19:53 +0200 Subject: [PATCH] Markdown syntax: add an empty line after the code block --- Three/doc/Three/Three.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Three/doc/Three/Three.txt b/Three/doc/Three/Three.txt index 74867297acf..a3ff0ce1a91 100644 --- a/Three/doc/Three/Three.txt +++ b/Three/doc/Three/Three.txt @@ -334,6 +334,7 @@ You will probably have to fetch the libraries exported by the Polyhedron_demo, l HINTS "${CGAL_DIR}" "${CGAL_DIR}/Polyhedron/demo/Polyhedron-build" ) include( ${CGAL_POLYHEDRON_DEMO_USE_FILE} ) + Be careful, the polyhedron_demo build directory must contain a build of the demo that comes from the same CGAL version than the one of your CGAL_DIR. Finally, you can declare your plugin