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 f4b34c1 commit a5e55c9Copy full SHA for a5e55c9
test/gtest/CMakeLists.txt
@@ -10,9 +10,7 @@ function(download_data url file_name)
10
DATASET_DIR
11
${DATASET_ARCHIVE})
12
13
- file(ARCHIVE_EXTRACT INPUT
14
- ${DATASET_ARCHIVE}
15
- ${DATASET_DIR})
+ file(ARCHIVE_EXTRACT INPUT ${DATASET_ARCHIVE} DESTINATION ${DATASET_DIR})
16
17
message(STATUS "Downloading file ${DATASET_ARCHIVE} to ${DATASET_DIR}")
18
endfunction()
0 commit comments