🚚 Moved OGRE to different subfolder
This commit is contained in:
parent
93c5b2d9c0
commit
bfa980b20a
@ -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]"
|
11
ogre/1.11/patches/1.11.6.1/Samples-CMakeList.txt.patch
Normal file
11
ogre/1.11/patches/1.11.6.1/Samples-CMakeList.txt.patch
Normal 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
|
@ -1,3 +1,3 @@
|
||||
versions:
|
||||
"1.11.6.1:
|
||||
folder: all
|
||||
"1.11.6.1":
|
||||
folder: "1.11"
|
Loading…
x
Reference in New Issue
Block a user