🐛 Fixed compatibility with Conan 2.0

This commit is contained in:
2023-03-16 11:26:56 +01:00
parent 91a339e086
commit f1c3a2dc15
3 changed files with 21 additions and 20 deletions

View File

@ -18,7 +18,7 @@ class MyGUIConan(ConanFile):
def requirements(self):
if not self.options.system_ogre:
self.requires("ogre3d/[13.x]@anotherfoxguy/stable")
self.requires("ogre3d/[>=1 <14]@anotherfoxguy/stable")
def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)