We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a984386 commit d22d9d2Copy full SHA for d22d9d2
cmake/onnxruntime-win-arm64-static.cmake
@@ -16,7 +16,7 @@ if(BUILD_SHARED_LIBS)
16
endif()
17
18
if(NOT CMAKE_BUILD_TYPE STREQUAL Release)
19
- message(FATAL_ERROR "This file is for building a release version on Windows x64")
+ message(FATAL_ERROR "This file is for building a release version on Windows arm64")
20
21
22
set(onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.17.1/onnxruntime-win-arm64-static_lib-1.17.1.tar.bz2")
0 commit comments