Skip to content

Commit 6172c67

Browse files
committed
Reapply "Extract archive in different location"
This reverts commit 59e24e4.
1 parent 75beb42 commit 6172c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/download_onnxruntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
22

33
set(DOWNLOAD_PATH "${CMAKE_BINARY_DIR}/_deps/downloads/onnxruntime.zip")
4-
set(EXTRACT_DIR "${CMAKE_BINARY_DIR}/_deps/downloads/onnxruntime")
4+
set(EXTRACT_DIR "${CMAKE_BINARY_DIR}/onnxruntime")
55

66
message(NOTICE "Downloading onnxruntime: ${TRITON_ONNXRUNTIME_PACKAGE_URL}")
77

0 commit comments

Comments
 (0)