diff --git a/INSTALL.md b/INSTALL.md index c2c9526c05e..50f7a3d3e8c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,7 +8,7 @@ git clone https://github.com/CGAL/cgal.git /path/to/cgal.git cd /path/to/cgal.git/Triangulation_2/examples/Triangulation_2 mkdir -p build/debug cd build/debug -cmake -DCMAKE_BUILD_TYPE=Debug -DCGAL_DIR=/path/to/cgal.git +cmake -DCMAKE_BUILD_TYPE=Debug -DCGAL_DIR=/path/to/cgal.git ../.. make ```