Skip to content

Commit a5e55c9

Browse files
committed
Fix extraction statement
1 parent f4b34c1 commit a5e55c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/gtest/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ function(download_data url file_name)
1010
DATASET_DIR
1111
${DATASET_ARCHIVE})
1212

13-
file(ARCHIVE_EXTRACT INPUT
14-
${DATASET_ARCHIVE}
15-
${DATASET_DIR})
13+
file(ARCHIVE_EXTRACT INPUT ${DATASET_ARCHIVE} DESTINATION ${DATASET_DIR})
1614

1715
message(STATUS "Downloading file ${DATASET_ARCHIVE} to ${DATASET_DIR}")
1816
endfunction()

0 commit comments

Comments
 (0)