mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +02:00
docs: conan profile updated to present gcc-14 instead of gcc-12 which is no longer supported
This commit is contained in:
@@ -29,11 +29,11 @@ dependencies by other means, some modifications to the library's CMake files mig
|
|||||||
compiler=gcc
|
compiler=gcc
|
||||||
compiler.cppstd=20
|
compiler.cppstd=20
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
compiler.version=12
|
compiler.version=14
|
||||||
os=Linux
|
os=Linux
|
||||||
|
|
||||||
[conf]
|
[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"
|
!!! tip "Setting the language version"
|
||||||
|
Reference in New Issue
Block a user