Skip to content

Commit

Permalink
Add description how to set -Daq-nwb_DEVELOPER_MODE=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Apr 19, 2024
1 parent db40173 commit f3930bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ cmake --install build --config Release

Build system targets that are only useful for developers of this project are
hidden if the `aq-nwb_DEVELOPER_MODE` option is disabled. Enabling this
option makes tests and other developer targets and options available.
option makes tests and other developer targets and options available. You can enable
the option when configuring the build by adding ``-Daq-nwb_DEVELOPER_MODE=ON``, e.g.,:

```sh
cmake -S . -B build -Daq-nwb_DEVELOPER_MODE=ON
```

### Configure, build and test

Expand Down

0 comments on commit f3930bb

Please sign in to comment.