File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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# ------------------------------------------------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ endif ()
4141ExternalProject_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}
You can’t perform that action at this time.
0 commit comments