Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 28, 2024
1 parent 916fd05 commit af1e6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if(NOT DEFINED ONNXRUNTIME_DIR)
set(ONNXRUNTIME_PREFIX "onnxruntime-linux-x64-static_lib-${ONNXRUNTIME_VERSION}-glibc2_17")
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL aarch64)
# Linux ARM 64-bit
set(ONNXRUNTIME_PREFIX "onnxruntime-linux-aarch64-static_lib-${ONNXRUNTIME_VERSION}-glibc2_17")
set(ONNXRUNTIME_PREFIX "onnxruntime-linux-aarch64-static_lib-1.18.0-glibc2_17")
else()
message(FATAL_ERROR "Unsupported architecture for onnxruntime")
endif()
Expand Down

0 comments on commit af1e6e8

Please sign in to comment.