Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Jan 25, 2025
1 parent 1e5b1c4 commit 874c53f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/deps/BuildLua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENDIF()
ExternalProject_Add(
lua

URL "http://www.lua.org/ftp/lua-5.4.6.tar.gz"
URL "http://www.lua.org/ftp/lua-5.4.7.tar.gz"
DOWNLOAD_NAME "lua"
DOWNLOAD_EXTRACT_TIMESTAMP 0

Expand Down
3 changes: 2 additions & 1 deletion cmake/deps/BuildSOL2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ExternalProject_Add(
GIT_REPOSITORY "https://github.com/ThePhD/sol2.git"
# GIT_TAG "develop"
# GIT_TAG "v2.20.6"
GIT_TAG "v3.3.0"
# GIT_TAG "v3.3.0"
GIT_TAG "v3.3.1"

SOURCE_DIR "${MIR2X_3RD_PARTY_DIR}/sol2"

Expand Down

0 comments on commit 874c53f

Please sign in to comment.