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