mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 20:54:28 +02:00
build: check_min_cppstd()
does not require a safe check anymore
This commit is contained in:
@@ -120,8 +120,7 @@ class MPUnitsConan(ConanFile):
|
||||
# self.tool_requires("doxygen/1.9.4")
|
||||
|
||||
def validate(self):
|
||||
if self.settings.get_safe("compiler.cppstd"):
|
||||
check_min_cppstd(self, self._min_cppstd)
|
||||
check_min_cppstd(self, self._min_cppstd)
|
||||
|
||||
def loose_lt_semver(v1, v2):
|
||||
lv1 = [int(v) for v in v1.split(".")]
|
||||
|
Reference in New Issue
Block a user