Skip to content

Commit cc00aea

Browse files
authored
build: Inform user when downloading (#9094)
Provide some notice that we are downloading a file. Otherwise, it may look to a user like the build has gotten stuck/frozen.
1 parent 7cf2a23 commit cc00aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/FetchedSharedLibrary.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function(download_and_extract archive_name url)
2727
"Using existing archive for ${archive_name}: ${archive_path}"
2828
)
2929
else()
30+
message(STATUS "Downloading ${archive_name} from ${url} ...")
3031
set(download_args ${url} ${archive_path} STATUS status)
3132
if(ARG_SLANG_GITHUB_TOKEN)
3233
list(

0 commit comments

Comments
 (0)