Attempt to fix conan build
Some checks failed
Run UnitTests / build-and-run-tests (push) Failing after 1m22s
Some checks failed
Run UnitTests / build-and-run-tests (push) Failing after 1m22s
This commit is contained in:
parent
f30e911208
commit
b644317351
1 changed files with 2 additions and 2 deletions
|
@ -53,5 +53,5 @@ class udpcRecipe(ConanFile):
|
|||
cmake.install()
|
||||
|
||||
def package_info(self):
|
||||
self.cpp_info.libs = ["UDPC"]
|
||||
self.cpp_info.system_libs = ["stdc++"]
|
||||
self.cpp_info.libs.append("UDPC")
|
||||
self.cpp_info.system_libs.append("stdc++")
|
||||
|
|
Loading…
Reference in a new issue