Skip to content

Commit

Permalink
fix: Use user-provided Lua binary to run scripts (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
sclu1034 authored Oct 11, 2022
1 parent b16f628 commit 963622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ add_custom_target(check-examples DEPENDS ${EXAMPLE_DOC_TEST_TARGETS})

# Some tests produce multiple files, find them and post-process them.
add_custom_target(DOC_EXAMPLES_PPOSTPROCESS_CLEANUP
COMMAND "${TOP_SOURCE_DIR}/tests/examples/_postprocess_cleanup.lua" ${RAW_IMAGE_DIR} ${IMAGE_DIR} "${TOP_SOURCE_DIR}/tests/examples/_postprocess.lua"
COMMAND "${LUA_EXECUTABLE}" "${TOP_SOURCE_DIR}/tests/examples/_postprocess_cleanup.lua" ${RAW_IMAGE_DIR} ${IMAGE_DIR} "${TOP_SOURCE_DIR}/tests/examples/_postprocess.lua"
VERBATIM
DEPENDS ${BUILD_DIR}/doc/index.html
)
Expand Down

0 comments on commit 963622a

Please # to comment.