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,7 +120,6 @@ 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)
|
||||
|
||||
def loose_lt_semver(v1, v2):
|
||||
|
Reference in New Issue
Block a user