🐛 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

@ -40,3 +40,6 @@ class MyGUIConan(ConanFile):
# Directories where libraries can be found
self.cpp_info.libdirs = ['lib', 'lib/release', 'lib/debug']
self.cpp_info.libs = tools.collect_libs(self)
def package_id(self):
self.info.requires["ogre3d"].full_recipe_mode()