We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac3238 commit 14bad5dCopy full SHA for 14bad5d
cmake/download_onnxruntime.cmake
@@ -7,7 +7,7 @@ if(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
7
8
file(DOWNLOAD ${TRITON_ONNXRUNTIME_PACKAGE_URL} ${DOWNLOAD_PATH} SHOW_PROGRESS STATUS DOWNLOAD_STATUS)
9
10
- # file() STATUS returns a list with 2 elements
+ # file(DOWNLOAD ... STATUS DOWNLOAD_STATUS) returns a list with 2 elements
11
list(GET DOWNLOAD_STATUS 0 DOWNLOAD_RESULT)
12
13
if(NOT DOWNLOAD_RESULT EQUAL 0)
0 commit comments