We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886fd24 commit 3aae83dCopy full SHA for 3aae83d
CMakeLists.txt
@@ -17,10 +17,10 @@ set(diff_match_patch_zip 7f95b37e554453262e2bcda830724fc362614103.zip)
17
FetchContent_Declare(diff_match_patch
18
URL https://github.com/leutloff/diff-match-patch-cpp-stl/archive/${diff_match_patch_zip})
19
FetchContent_MakeAvailable(diff_match_patch)
20
-set(lua_tgz lua-5.4.7.tar.gz)
+set(lua_tgz lua-5.5.0-rc1.tar.gz)
21
set(lua_url file://${CMAKE_BINARY_DIR}/_deps/${lua_tgz})
22
if(NOT EXISTS ${CMAKE_BINARY_DIR}/_deps/${lua_tgz})
23
- set(lua_url https://www.lua.org/ftp/${lua_tgz})
+ set(lua_url https://lua.org/work/${lua_tgz})
24
endif()
25
FetchContent_Declare(lua URL ${lua_url})
26
FetchContent_MakeAvailable(lua)
0 commit comments