Skip to content

Commit

Permalink
Add BUILD_TESTING to development formula.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Aug 26, 2024
1 parent 6671cbd commit dcfde50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ The usual procedures for development with CMake apply. One typical
set of commands might be:
```sh
cmake -Wno-dev -S . -B ../build -GNinja # configure
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
```

0 comments on commit dcfde50

Please sign in to comment.