Updated CMake flags docs

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
Fabian Sauter 2022-05-11 13:52:16 +02:00
parent 07c1ea9e3f
commit 79a2978eaf
6 changed files with 32 additions and 27 deletions

View file

@ -18,7 +18,6 @@ To build you just need to run the cmake command in this folder as follows:
cmake -Bbuild/ \
-DCMAKE_BUILD_TYPE=Debug \
-DKOMPUTE_OPT_INSTALL=0 \
-DKOMPUTE_OPT_REPO_SUBMODULE_BUILD=1 \
-DKOMPUTE_OPT_ENABLE_SPDLOG=1
```