We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e96c64 commit 436aaeeCopy full SHA for 436aaee
conanfile.py
@@ -51,4 +51,4 @@ def package_info(self):
51
self.cpp_info.includedirs = ["include"]
52
53
def source(self):
54
- self.run(f"git clone --branch v{self.version} {self.url} .")
+ self.run(f"git clone --branch v{self.version} {self.url}")
0 commit comments