Skip to content

Commit c357dc9

Browse files
committed
cmake: bump luzer
The patch bumps a luzer's version, full list of commits is in [1]. Notable changes are: - Fixed compilation with latest PUC Rio Lua 1. https://github.com/ligurio/luzer/compare/3f4eb03b4f..fc4a32fe98 Needed for #153
1 parent 42ef050 commit c357dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/BuildLuzer.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434

3535
ExternalProject_Add(bundled-luzer
3636
GIT_REPOSITORY https://github.com/ligurio/luzer
37-
GIT_TAG 3f4eb03b4ff7596855a0aaf45aa557f61b25ddb2
37+
GIT_TAG fc4a32fe98f1da8b07f74a35f40b678692e7152b
3838
GIT_PROGRESS TRUE
3939
GIT_SHALLOW FALSE
4040
SOURCE_DIR ${LUZER_DIR}/source

0 commit comments

Comments
 (0)