Skip to content

Commit 50487fc

Browse files
committed
Do not suggest to install a fortran compiler in C/C++ faqs
1 parent ff7eae2 commit 50487fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ are a telltale sign that you are lacking compilers.
9797
Depending on the specific tools that you use for building C/C++ code, you may need some additional tools, for example:
9898

9999
```
100-
compilers cmake pkg-config make ninja meson
100+
c-compiler cxx-compiler cmake pkg-config make ninja meson
101101
```
102102

103103
<a id="faq-compiler-required-options"></a>

0 commit comments

Comments
 (0)