diff --git a/README.md b/README.md index f2a3002..3cab0a3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ git submodule update --init --recursive You can then build the tests by setting the CMake option `DHB_TEST` to `On`. ``` -cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DDHB_TEST=On .. +cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DDHB_BUILD_TESTS=On .. ninja ```