From 05b5d8738227e799589bab0875ed1ade57594295 Mon Sep 17 00:00:00 2001 From: Huangshi Tian Date: Mon, 25 Sep 2023 16:29:11 -0400 Subject: [PATCH] Fix cmake configuration command in README.md (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27448fbc..9611382f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ cmake --install ./build --prefix ~/.local ``` To build the debug version replace the first command with: -`cmake -S . -B ./build -j -DCMAKE_BUILD_TYPE=Debug` +`cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug` ## Documentation and examples