From f3930bb499f9e20c2ea9c877b57fb9dc0bab0497 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Thu, 18 Apr 2024 23:56:06 -0700 Subject: [PATCH] Add description how to set -Daq-nwb_DEVELOPER_MODE=ON --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 128b507c..18f708a8 100644 --- a/README.md +++ b/README.md @@ -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