Skip to content

Commit 14bad5d

Browse files
committed
Update comment
1 parent 0ac3238 commit 14bad5d

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
@@ -7,7 +7,7 @@ if(DEFINED TRITON_ONNXRUNTIME_PACKAGE_URL)
77

88
file(DOWNLOAD ${TRITON_ONNXRUNTIME_PACKAGE_URL} ${DOWNLOAD_PATH} SHOW_PROGRESS STATUS DOWNLOAD_STATUS)
99

10-
# file() STATUS returns a list with 2 elements
10+
# file(DOWNLOAD ... STATUS DOWNLOAD_STATUS) returns a list with 2 elements
1111
list(GET DOWNLOAD_STATUS 0 DOWNLOAD_RESULT)
1212

1313
if(NOT DOWNLOAD_RESULT EQUAL 0)

0 commit comments

Comments
 (0)