Skip to content

Commit e78551b

Browse files
committed
doc: Fix typo in build-unix.md
1 parent 4ee1940 commit e78551b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For the default build type `RelWithDebInfo`, the default compile flags are
3434

3535
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
3636

37-
cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CC_COMPILER=clang
37+
cmake -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
3838

3939
## Linux Distribution Specific Instructions
4040

0 commit comments

Comments
 (0)