From 246f0abbfc8598427078c853b6f2465d510c6939 Mon Sep 17 00:00:00 2001 From: olszomal Date: Mon, 20 Mar 2023 15:07:49 +0100 Subject: [PATCH] Optional CMake parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fde826..4e2003a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You may need to use `cmake3` instead of `cmake` to complete the following steps ``` mkdir build && cd build && cmake -S .. ``` - with specific compile options: + optional CMake parameters: ``` -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang