Skip to content

Commit

Permalink
lua: exact match 5.2.2 git release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Apr 23, 2024
1 parent 60fc5b3 commit 2351892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_scripts/lua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif()

FetchContent_Declare(lua_shared
GIT_REPOSITORY https://github.com/lua/lua.git
GIT_TAG 2ca518141350667e38941eac35b76980095d2fdc # v5.2.2
GIT_TAG c8e96d6e91dc2e3d5b175cc4cd811398ab35c82d # v5.2.2
)
FetchContent_GetProperties(lua_shared)
FetchContent_Populate(lua_shared)
Expand Down

0 comments on commit 2351892

Please sign in to comment.