From af1e6e8bd7973b73b856187f1a6b723ff3410854 Mon Sep 17 00:00:00 2001 From: danemadsen Date: Sun, 28 Jul 2024 22:17:31 +1000 Subject: [PATCH] test --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e9a3d0..dbf89b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()