Skip to content

Commit a30b0da

Browse files
typo
1 parent 07b342e commit a30b0da

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
@@ -63,7 +63,7 @@ else()
6363
message("libdawn not found, try downloading from the release")
6464
FetchContent_Declare(
6565
libdawn
66-
url https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib
66+
URL https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib
6767
DOWNLOAD_DIR
6868
"${TARGET_FILE_PATH}/third_party/lib")
6969
FetchContent_MakeAvailable(libdawn)

0 commit comments

Comments
 (0)