From 730f3af6017b000448fe23dd2eb9718827f4d7a7 Mon Sep 17 00:00:00 2001 From: Jones <2944106+c-bebop@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:30:21 +0200 Subject: [PATCH] Fix readme using the correct name of the cmake option. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```