Skip to content

Commit

Permalink
Fixing build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Oct 9, 2024
1 parent 3e2868e commit 252bfe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ The usual procedures for development with CMake apply. One typical
set of commands might be:

```sh
cmake -DBUILD_TESTING -Wno-dev -S . -B ../build -GNinja # configure
cmake --build ../build # build/rebuild after changes
ctest --output-on-failure --test-dir ../build # test
cmake -DBUILD_TESTING=1 -Wno-dev -S . -B ../build -GNinja
cmake --build ../build
ctest --output-on-failure --test-dir ../build
```

0 comments on commit 252bfe9

Please sign in to comment.