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 07b342e commit a30b0daCopy full SHA for a30b0da
cmake/gpu.cmake
@@ -63,7 +63,7 @@ else()
63
message("libdawn not found, try downloading from the release")
64
FetchContent_Declare(
65
libdawn
66
- url https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib
+ URL https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib
67
DOWNLOAD_DIR
68
"${TARGET_FILE_PATH}/third_party/lib")
69
FetchContent_MakeAvailable(libdawn)
0 commit comments