Skip to content

Commit

Permalink
Need iomgr dependency for conan create to make full package.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Feb 24, 2025
1 parent 23ba792 commit ba855f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ def package(self):

def package_info(self):
#self.cpp_info.components["homestore"].libs = ["homeblocks_homestore"]
#self.cpp_info.components["homestore"].requires = ["homestore::homestore", "sisl::sisl"]
#self.cpp_info.components["homestore"].requires = ["homestore::homestore", "iomgr::iomgr", "sisl::sisl"]
self.cpp_info.components["memory"].libs = ["homeblocks_memory"]
self.cpp_info.components["memory"].requires = ["homestore::homestore", "sisl::sisl"]
self.cpp_info.components["memory"].requires = ["homestore::homestore", "iomgr::iomgr", "sisl::sisl"]
self.cpp_info.components["homeblocks"].requires = ["memory"]

if self.settings.os == "Linux":
Expand Down

0 comments on commit ba855f2

Please sign in to comment.