GSL preconditions added (to be replaced with C++20 Contracts)

This commit is contained in:
Mateusz Pusz
2019-04-05 17:46:01 +02:00
parent 15dd7462ec
commit f94a7b92ea
3 changed files with 14 additions and 1 deletions

View File

@ -30,7 +30,10 @@ class UnitsConan(ConanFile):
url = "https://github.com/mpusz/units"
description = "Physical Units library for C++"
settings = "os", "compiler", "build_type", "arch"
requires = ( "cmcstl2/2019.03.18@mpusz/stable" )
requires = (
"cmcstl2/2019.03.18@mpusz/stable",
"gsl-lite/0.33.0@nonstd-lite/stable"
)
generators = "cmake"
def build(self):