aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-28 21:05:19 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-28 21:05:19 +0100
commite78551baec1bd63192112a816cef8c207c049415 (patch)
treeebb50d4404f0527731c496a46969319bd398481d
parent4ee1940e849efe8fb1510b11d78399231df4b578 (diff)
doc: Fix typo in `build-unix.md`
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 45433a32b3..fe77e54fb7 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -34,7 +34,7 @@ For the default build type `RelWithDebInfo`, the default compile flags are
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
- cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CC_COMPILER=clang
+ cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
## Linux Distribution Specific Instructions