mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
GSL preconditions added (to be replaced with C++20 Contracts)
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user