Skip to content

Commit

Permalink
update xmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 6, 2024
1 parent e1c8b8e commit 8019d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrepo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ set(XREPO_XMAKEFILE "" CACHE STRING "Xmake script file of Xrepo package")

function(_install_xmake_program)
if (NOT XMAKE_RELEASE_LATEST)
set(XMAKE_RELEASE_LATEST 2.7.6)
set(XMAKE_RELEASE_LATEST 2.9.4)
endif()
set(XMAKE_VERSION master)
set(XMAKE_BINARY_DIR ${CMAKE_BINARY_DIR}/xmake)
Expand Down

0 comments on commit 8019d3a

Please sign in to comment.