We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf62ad commit 91df30fCopy full SHA for 91df30f
cmake/CMakeLists.txt
@@ -1067,7 +1067,7 @@ if (onnxruntime_USE_WEBGPU)
1067
list(APPEND ORT_PROVIDER_FLAGS -DUSE_WEBGPU=1)
1068
list(APPEND ONNXRUNTIME_PROVIDER_NAMES webgpu)
1069
1070
- if (onnxruntime_USE_VCPKG)
+ if (onnxruntime_USE_VCPKG AND NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
1071
if (NOT onnxruntime_BUILD_DAWN_MONOLITHIC_LIBRARY)
1072
message(FATAL_ERROR "onnxruntime_USE_VCPKG is not supported with onnxruntime_BUILD_DAWN_MONOLITHIC_LIBRARY=OFF")
1073
endif()
0 commit comments