🚚 Moved OGRE to different subfolder

This commit is contained in:
Edgar 2021-08-05 16:21:39 +02:00
parent 93c5b2d9c0
commit bfa980b20a
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
6 changed files with 86 additions and 74 deletions

View File

@ -1,11 +1,12 @@
sources:
"1.11.6.1":
url: "https://github.com/only-a-ptr/ogre/archive/0ee9c1761cb90e8864ae9b93d9901affa5522444.zip"
url: "https://github.com/AnotherFoxGuy/ogre/archive/refs/tags/1.11.6.1.tar.gz"
sha256: "e58f2fc55bad64f75a43b309ccfaccdb0b9889fbed20547e51f10d7d4824ab9f"
patches:
"1.11.6.1":
- patch_file: "patches/1.11.6.1/CMakeLists.txt.patch"
- patch_file: "patches/1.11.6.1/Dependencies.cmake.patch"
- patch_file: "patches/1.11.6.1/Samples-CMakeList.txt.patch"
requirements:
- "zlib/[1.x]"
- "zziplib/[0.13.x]"

View File

@ -0,0 +1,11 @@
--- Samples/CMakeLists.txt
+++ Samples/CMakeLists.txt
@@ -108,7 +108,7 @@
install(FILES ${SAMPLE_COMMON_HEADERS}
DESTINATION include/OGRE)
-if (MSVC)
+if (_NOT_USED)
find_package(Wix)
if (Wix_FOUND)
# Create WiX setup for demo build

View File

@ -1,3 +1,3 @@
versions:
"1.11.6.1:
folder: all
"1.11.6.1":
folder: "1.11"