🐛 Fixed conan package name

This commit is contained in:
2021-09-03 09:34:39 +00:00
committed by GitHub
parent 878ebb4d15
commit b08b2caabe
7 changed files with 5 additions and 346 deletions

View File

@ -52,6 +52,7 @@ class OGREConan(ConanFile):
cmake.install()
def package_info(self):
self.cpp_info.name = "OGRE"
self.cpp_info.includedirs = [
"include",
"include/OGRE",