Skip to content

Commit 7f6274b

Browse files
Update conanfile.py
1 parent 681d44e commit 7f6274b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conanfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ def package_info(self):
4949
"""Set information for consumers of the package"""
5050
self.cpp_info.libs = ["pizza_test"]
5151
self.cpp_info.includedirs = ["include"]
52+
53+
def source(self):
54+
self.run(f"git clone --branch v{self.version} {self.url} .")

0 commit comments

Comments
 (0)