🔨 Reduce amount of patches for OGRE 1.11

This commit is contained in:
2021-09-04 14:18:00 +00:00
committed by GitHub
parent 280978f580
commit 5d230767c8
5 changed files with 11 additions and 47 deletions

View File

@ -8,7 +8,7 @@ class OGREConan(ConanFile):
url = "https://github.com/AnotherFoxGuy/conan-OGRE"
description = "scene-oriented, flexible 3D engine written in C++"
settings = "os", "compiler", "build_type", "arch"
generators = "cmake_paths"
generators = "cmake_paths", "cmake_find_package"
exports_sources = "patches/**"
def requirements(self):