Skip to content

Commit ebd5bcf

Browse files
committed
use hints for MSVC
1 parent 82ff79d commit ebd5bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/gpu.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ target_include_directories(gpu PUBLIC "${PROJECT_ROOT}/third_party/headers")
100100
if(MSVC)
101101
find_library(WEBGPU_DAWN_MONOLITHIC
102102
NAMES webgpu_dawn
103-
PATHS "${DAWN_INSTALL_PREFIX}/src/dawn/native/${CMAKE_BUILD_TYPE}"
103+
HINTS "${DAWN_INSTALL_PREFIX}/src/dawn/native/${CMAKE_BUILD_TYPE}"
104104
REQUIRED
105105
)
106106
else()

0 commit comments

Comments
 (0)