Skip to content

Commit

Permalink
Update README.md (still referring to gcc-8)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans authored Mar 14, 2024
1 parent 1110e10 commit fd4e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ You can enable more features by using other CMake variables (e.g. `ROOT_X11` def
## Use a different compiler than the system default

You can tell CMake to use a different compiler than what it finds by default. You will need to specify both C and C++ compilers. For instance, to use `gcc8`, use
You can tell CMake to use a different compiler than what it finds by default. You will need to specify both C and C++ compilers. For instance, to use `gcc-11`, use

```sh
CC=gcc-11
Expand Down

0 comments on commit fd4e972

Please sign in to comment.