Skip to content

Commit b4e5e9d

Browse files
committed
Print out downloads for testing during CMake build.
1 parent 5c83286 commit b4e5e9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/gtest/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ function(download_data url file_name)
1313
file(ARCHIVE_EXTRACT INPUT
1414
${DATASET_ARCHIVE}
1515
${DATASET_DIR})
16+
17+
message(STATUS "Downloading file ${DATASET_ARCHIVE} to ${DATASET_DIR}")
1618
endfunction()
1719

1820
enable_testing()

0 commit comments

Comments
 (0)