diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-28 21:05:19 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-28 21:05:19 +0100 |
commit | e78551baec1bd63192112a816cef8c207c049415 (patch) | |
tree | ebb50d4404f0527731c496a46969319bd398481d /doc | |
parent | 4ee1940e849efe8fb1510b11d78399231df4b578 (diff) |
doc: Fix typo in `build-unix.md`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 2 |
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 |