Skip to content

Commit

Permalink
docs: conan profile updated to present gcc-14 instead of gcc-12 which…
Browse files Browse the repository at this point in the history
… is no longer supported
  • Loading branch information
mpusz committed Oct 11, 2024
1 parent 87d0d73 commit 89bafed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/installation_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies by other means, some modifications to the library's CMake files mig
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=12
compiler.version=14
os=Linux

[conf]
tools.build:compiler_executables={"c": "gcc-12", "cpp": "g++-12"}
tools.build:compiler_executables={"c": "gcc-14", "cpp": "g++-14"}
```

!!! tip "Setting the language version"
Expand Down

0 comments on commit 89bafed

Please sign in to comment.