Skip to content

Commit

Permalink
⬆️ Updated caelum, mygui and pagedgeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Nov 3, 2022
1 parent 45008e6 commit 6ed6c43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions caelum/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ endif ()
ExternalProject_Add(
caelum
DEPENDS ogre
URL https://github.com/RigsOfRods/ogre-caelum/archive/70fcf62f306288c9472cc03a42367c9625c839ea.tar.gz
URL_MD5 6fa41168cb93d67e7169d0e8e2d73f24
URL https://github.com/OGRECave/ogre-caelum/archive/4bd1b0581d55896d37922483981582661ca557de.tar.gz
URL_MD5 e6378f99faf131624b364829de9d0b8a
CMAKE_ARGS
-DCaelum_BUILD_SAMPLES=FALSE
-DINSTALL_OGRE_PLUGIN=OFF
Expand Down
4 changes: 2 additions & 2 deletions mygui/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ExternalProject_Add(
mygui
DEPENDS ogre
URL https://github.com/MyGUI/mygui/archive/refs/tags/MyGUI3.4.0.tar.gz
URL_MD5 30e64cdb3dc09a209259a5ffd13dc2ab
URL https://github.com/MyGUI/mygui/archive/refs/tags/MyGUI3.4.1.tar.gz
URL_MD5 bceded801d68f7aedeb14099d1fdfcbb
CMAKE_ARGS
-DPKG_CONFIG_USE_CMAKE_PREFIX_PATH=ON
-DCMAKE_PREFIX_PATH=${DEPENDENCIES_OUTPUT_DIR}
Expand Down
4 changes: 2 additions & 2 deletions pagedgeometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ endif ()
ExternalProject_Add(
pagedgeometry
DEPENDS ogre
URL https://github.com/RigsOfRods/ogre-pagedgeometry/archive/9b4ee07dd7a884c667fc4051523b26b746bbd2c7.tar.gz
URL_MD5 5514a85cccd4132594d17582f9273047
URL https://github.com/OGRECave/ogre-pagedgeometry/archive/8637c7f4b6238ced28e741bb6e4d4ddc8b60b477.tar.gz
URL_MD5 32b282190b78a6146f2f1388ccb56b08
CMAKE_ARGS
-DPAGEDGEOMETRY_BUILD_SAMPLES=OFF
-DCMAKE_PREFIX_PATH=${CMAKE_BINARY_DIR}/OgreDependencies/;${DEPENDENCIES_OUTPUT_DIR}
Expand Down

0 comments on commit 6ed6c43

Please sign in to comment.