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 82ff79d commit ebd5bcfCopy full SHA for ebd5bcf
cmake/gpu.cmake
@@ -100,7 +100,7 @@ target_include_directories(gpu PUBLIC "${PROJECT_ROOT}/third_party/headers")
100
if(MSVC)
101
find_library(WEBGPU_DAWN_MONOLITHIC
102
NAMES webgpu_dawn
103
- PATHS "${DAWN_INSTALL_PREFIX}/src/dawn/native/${CMAKE_BUILD_TYPE}"
+ HINTS "${DAWN_INSTALL_PREFIX}/src/dawn/native/${CMAKE_BUILD_TYPE}"
104
REQUIRED
105
)
106
else()
0 commit comments