build: gcc-12 set as mininum in conanfile

This commit is contained in:
Mateusz Pusz
2023-12-22 18:42:29 +01:00
parent e12fc5e207
commit 46bc8e72db

View File

@ -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"