🐛 Small bugfixes

This commit is contained in:
Edgar 2021-08-04 18:39:40 +00:00 committed by GitHub
parent 4ddd585d2e
commit f93b83b3d5
3 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
versions:
"3.4.0":
"0.6.4":
folder: all

View File

@ -1,3 +1,3 @@
versions:
"3.4.0":
"1.11.6.1:
folder: all

View File

@ -16,7 +16,6 @@ class SocketwConan(ConanFile):
def source(self):
tools.get(**self.conan_data["sources"][self.version], strip_root=True)
def build(self):
cmake = CMake(self)
cmake.configure()
@ -27,4 +26,4 @@ class SocketwConan(ConanFile):
cmake.install()
def package_info(self):
self.cpp_info.libs = tools.collect_libs(self)
self.cpp_info.libs = tools.collect_libs(self)