We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6c528 commit bc399afCopy full SHA for bc399af
cmake/externals.cmake
@@ -19,7 +19,7 @@ if(INCLUDE_SANDBOX)
19
externalproject_add(
20
${SANDBOX_PACKAGE}
21
GIT_REPOSITORY https://github.com/mozilla-services/lua_sandbox.git
22
- GIT_TAG ca4f91af2b6b1aeda18695c7b4867751de71648a
+ GIT_TAG 4bf74cc480c2306fcffe1e423186e115cc87222d
23
CMAKE_ARGS ${SANDBOX_ARGS}
24
INSTALL_DIR ${PROJECT_PATH}
25
)
0 commit comments