Skip to content

Commit

Permalink
INSTALL.md: Fix missing path in cmake invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 authored Mar 1, 2020
1 parent c3a7846 commit 00fdf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 00fdf18

Please sign in to comment.