Don't show download progress
This commit is contained in:
parent
7d4794460e
commit
6246ff2711
1 changed files with 1 additions and 1 deletions
2
external/external.cmake
vendored
2
external/external.cmake
vendored
|
|
@ -72,7 +72,7 @@ function(_cppast_download_llvm url)
|
|||
|
||||
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/${folder})
|
||||
message(STATUS "Downloading LLVM from ${url}")
|
||||
file(DOWNLOAD ${url} ${CMAKE_CURRENT_BINARY_DIR}/${file} SHOW_PROGRESS
|
||||
file(DOWNLOAD ${url} ${CMAKE_CURRENT_BINARY_DIR}/${file}
|
||||
STATUS status
|
||||
LOG log)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue