Skip to content

Commit 6c8a486

Browse files
committed
Another try
1 parent f50584e commit 6c8a486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

submodules/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,10 @@ else()
290290

291291
# Run `git clean` in the doc directory to remove the generated files
292292
add_custom_command(
293+
DEPENDS ${LIBSSL_PATH}
294+
OUTPUT ${QUIC_BUILD_DIR}/submodules/${QUIC_OPENSSL}/doc
293295
WORKING_DIRECTORY ${QUIC_BUILD_DIR}/submodules/${QUIC_OPENSSL}/doc
294-
COMMAND git clean -f
296+
COMMAND git clean -fd
295297
COMMENT "OpenSSL docs clean"
296298
)
297299

0 commit comments

Comments
 (0)