Skip to content

Commit 3832770

Browse files
committed
cmake: fix consume_integers() in luzer
1 parent 7676501 commit 3832770

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
@@ -12,7 +12,7 @@ get_target_property(LUA_LIBRARIES_LOCATION ${LUA_LIBRARIES} LOCATION)
1212

1313
ExternalProject_Add(bundled-luzer
1414
GIT_REPOSITORY https://github.com/ligurio/luzer
15-
GIT_TAG bc791dc5656b4f7238402155651f6927fae39faa
15+
GIT_TAG ligurio/gh-44-fix-arg-order
1616
GIT_PROGRESS TRUE
1717
GIT_SHALLOW FALSE
1818
SOURCE_DIR ${LUZER_DIR}/source

0 commit comments

Comments
 (0)