🐛 Fixed ogre pkg compatibility

This commit is contained in:
2021-08-21 14:26:35 +00:00
committed by GitHub
parent 86fc043330
commit 1706c959b2
4 changed files with 15 additions and 3 deletions

View File

@ -34,3 +34,6 @@ class CaelumConan(ConanFile):
'include/PagedGeometry'
]
self.cpp_info.libs = tools.collect_libs(self)
def package_id(self):
self.info.requires["ogre3d"].full_recipe_mode()