Skip to content

Commit d22d9d2

Browse files
committed
fix typos
1 parent a984386 commit d22d9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/onnxruntime-win-arm64-static.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(BUILD_SHARED_LIBS)
1616
endif()
1717

1818
if(NOT CMAKE_BUILD_TYPE STREQUAL Release)
19-
message(FATAL_ERROR "This file is for building a release version on Windows x64")
19+
message(FATAL_ERROR "This file is for building a release version on Windows arm64")
2020
endif()
2121

2222
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

Comments
 (0)