[conan] Fix the Conan package for multiple static library use

This commit is contained in:
Alexandr Timofeev
2020-01-25 20:48:59 +03:00
committed by Martin Hořeňovský
parent 2e1ce37faa
commit 49e000b505
4 changed files with 26 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ class BuilderSettings(object):
def reference(self):
""" Read project version from branch create Conan reference
"""
return os.getenv("CONAN_REFERENCE", "Catch2/{}".format(self._version))
return os.getenv("CONAN_REFERENCE", "catch2/{}".format(self._version))
@property
def channel(self):