Skip to content

Commit

Permalink
⬆️ Updated OGRE to 13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Nov 3, 2022
1 parent 405516c commit 45008e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ogre/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# First build the required dependencies for Ogre itself. They are provided in a dedicated repository.
ExternalProject_Add(
ogredeps
URL https://github.com/AnotherFoxGuy/ogredeps/archive/17f4c583c82559074a96f1436670a4f10961b9d9.tar.gz
URL_MD5 d5425da9f4ffa9f24dd021e32a8665ad
URL https://github.com/AnotherFoxGuy/ogredeps/archive/9bb6925e815273ce6bee031e06e4df2a588f8cf3.tar.gz
URL_MD5 0f79899efa51ad1dd45f379525f3f6ad
CMAKE_ARGS
-DOGREDEPS_BUILD_AMD_QBS=OFF
-DOGREDEPS_BUILD_NVIDIA_NVAPI=OFF
Expand All @@ -29,8 +29,8 @@ endif ()
ExternalProject_Add(
ogre
DEPENDS ogredeps
URL https://github.com/OGRECave/ogre/archive/refs/tags/v1.11.6.tar.gz
URL_MD5 36ca3915aa41a0351bdf08b3953e9ae2
URL https://github.com/OGRECave/ogre/archive/refs/tags/v13.5.0.tar.gz
URL_MD5 d97f33be47f8af873c0e82bb70f0f0f6
PATCH_COMMAND git apply ${CMAKE_CURRENT_SOURCE_DIR}/scriptlexer.patch
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_OUTPUT_DIR}
Expand Down

0 comments on commit 45008e6

Please sign in to comment.