Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit c6b7bec

Browse files
committed
Merge pull request #1920 from mozilla-services/cmake_3_5_1
Pull in the lua_sandbox cmake 3.5 fix
2 parents 3714844 + ab38f08 commit c6b7bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/externals.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(INCLUDE_SANDBOX)
1919
externalproject_add(
2020
${SANDBOX_PACKAGE}
2121
GIT_REPOSITORY https://github.com/mozilla-services/lua_sandbox.git
22-
GIT_TAG 5e22edfcc4bed35305dc0d358e681509dfb9944b
22+
GIT_TAG 7abcb7c661c13c970fb9e928e428551671244911
2323
CMAKE_ARGS ${SANDBOX_ARGS}
2424
INSTALL_DIR ${PROJECT_PATH}
2525
)

0 commit comments

Comments
 (0)