Attempt to fix conan build
Some checks failed
Run UnitTests / build-and-run-tests (push) Failing after 1m22s

This commit is contained in:
Stephen Seo 2024-07-13 22:49:56 +09:00
parent f30e911208
commit b644317351

View file

@ -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++")