mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
build: gcc-12 set as mininum in conanfile
This commit is contained in:
@ -73,7 +73,7 @@ class MPUnitsConan(ConanFile):
|
|||||||
@property
|
@property
|
||||||
def _minimum_compilers_version(self):
|
def _minimum_compilers_version(self):
|
||||||
return {
|
return {
|
||||||
"gcc": "11",
|
"gcc": "12",
|
||||||
"clang": "16",
|
"clang": "16",
|
||||||
"apple-clang": "15"
|
"apple-clang": "15"
|
||||||
# , "msvc": "192"
|
# , "msvc": "192"
|
||||||
|
Reference in New Issue
Block a user