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 30f7594 commit 82ff79dCopy full SHA for 82ff79d
cmake/gpu.cmake
@@ -101,11 +101,13 @@ if(MSVC)
101
find_library(WEBGPU_DAWN_MONOLITHIC
102
NAMES webgpu_dawn
103
PATHS "${DAWN_INSTALL_PREFIX}/src/dawn/native/${CMAKE_BUILD_TYPE}"
104
+ REQUIRED
105
)
106
else()
107
108
109
PATHS "${DAWN_INSTALL_PREFIX}/src/dawn/native"
110
111
112
endif()
113
0 commit comments