Skip to content

Commit

Permalink
simplify install file
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Nov 19, 2024
1 parent 5375473 commit 6aa9311
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ If your system does not support Makefiles or the `make` command here are the CMa
# Configure the project cmake files.
# Replace this preset with your own if you'd like.
cmake --preset=clang-rel -DCMAKE_INSTALL_PREFIX=[DESIRED/INSTALL/LOCATION]
cmake --build build
cmake --build build --target install
```

Expand Down Expand Up @@ -145,7 +144,6 @@ Then your preset can be invoked as follows:
```zsh
# Your preferred preset with the same other steps as before.
cmake --preset=rel -DCMAKE_INSTALL_PREFIX=[DESIRED/INSTALL/LOCATION]
cmake --build build
cmake --build build --target install
```

Expand Down

0 comments on commit 6aa9311

Please sign in to comment.