Skip to content

Commit 1140eb8

Browse files
committed
[skip ci] Forgot to close command...
1 parent 72330d7 commit 1140eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Utilities.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ MACRO(DOWNLOAD)
7373
BREAK()
7474
ELSE()
7575
MESSAGE(STATUS "Status: ${STATUS_MESSAGE}")
76-
MESSAGE(STATUS "Log: ${DOWNLOAD_LOG}"
76+
MESSAGE(STATUS "Log: ${DOWNLOAD_LOG}")
7777
IF (CURRENT_ATTEMPTS LESS ATTEMPTS)
7878
# sleep 5 seconds
7979
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E sleep 5)

0 commit comments

Comments
 (0)