Hand written concepts replaced with Casey Carter's repository

This commit is contained in:
Mateusz Pusz
2019-04-04 11:00:40 +02:00
parent 5b135b1251
commit 6646051e65
13 changed files with 24 additions and 67 deletions

View File

@@ -30,6 +30,8 @@ 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" )
generators = "cmake"
def build(self):
cmake = CMake(self)