🚚 Moved OGRE to different subfolder
This commit is contained in:
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
|
Reference in New Issue
Block a user