From f43801667798dbeb17b2aa28ce8e46e4e6db84df Mon Sep 17 00:00:00 2001 From: angie Date: Fri, 7 Jun 2024 12:34:55 -0400 Subject: [PATCH] Remove --config from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6050c..82ecdb4 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,5 @@ These libraries can be built in a standalone environment (ie, developing new fea ```bash cmake -B build -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_BUILD_TYPE=Debug -cmake --build build -j $(nproc) --config Debug +cmake --build build ```