We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cea695 commit d6351d0Copy full SHA for d6351d0
external/CMakeLists.txt
@@ -15,7 +15,7 @@ FetchContent_Declare(dawn
15
DOWNLOAD_COMMAND
16
cd ${FETCHCONTENT_BASE_DIR}/dawn-src &&
17
git init &&
18
- git fetch --depth=1 https://dawn.googlesource.com/dawn chromium/6245 &&
+ git fetch --depth=1 https://dawn.googlesource.com/dawn chromium/6385 &&
19
git reset --hard FETCH_HEAD
20
)
21
0 commit comments