We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c83286 commit b4e5e9dCopy full SHA for b4e5e9d
test/gtest/CMakeLists.txt
@@ -13,6 +13,8 @@ function(download_data url file_name)
13
file(ARCHIVE_EXTRACT INPUT
14
${DATASET_ARCHIVE}
15
${DATASET_DIR})
16
+
17
+ message(STATUS "Downloading file ${DATASET_ARCHIVE} to ${DATASET_DIR}")
18
endfunction()
19
20
enable_testing()
0 commit comments