Skip to content

Commit 1ec0714

Browse files
committed
⬆️ Updated OGRE to 13.6.0
1 parent fd4f211 commit 1ec0714

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif ()
3333
# the ExternalProject module of CMake to build the individual dependencies.
3434
# ------------------------------------------------------------------------------------------------#
3535

36-
project(ror-dependencies VERSION 30)
36+
project(ror-dependencies VERSION 31)
3737

3838

3939
# ------------------------------------------------------------------------------------------------#

ogre/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ endif ()
4141
ExternalProject_Add(
4242
ogre
4343
DEPENDS ogredeps
44-
URL https://github.com/OGRECave/ogre/archive/refs/tags/v13.5.0.tar.gz
45-
URL_MD5 d97f33be47f8af873c0e82bb70f0f0f6
46-
PATCH_COMMAND ${PATCH_TOOL_SCRIPT} ${CMAKE_CURRENT_SOURCE_DIR}/scriptlexer.patch
44+
URL https://github.com/OGRECave/ogre/archive/refs/tags/v13.6.0.tar.gz
45+
URL_HASH SHA256=d32e58ad18d5fd9518f6a0dff4e566c281adc7a458b8231aa730983a8646bf95
46+
#PATCH_COMMAND ${PATCH_TOOL_SCRIPT} ${CMAKE_CURRENT_SOURCE_DIR}/scriptlexer.patch
4747
CMAKE_ARGS
4848
-DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_OUTPUT_DIR}
4949
-DOGRE_DEPENDENCIES_DIR=${DEPENDENCIES_OUTPUT_DIR}

0 commit comments

Comments
 (0)