Skip to content

Commit 07b342e

Browse files
delete fatal error
1 parent 897c307 commit 07b342e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/gpu.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ else()
6060
target_link_libraries(webgpulib INTERFACE ${LIBDAWN})
6161
# if not found, try download from release
6262
else()
63-
message(
64-
FATAL_ERROR "libdawn not found, try downloading from the release")
63+
message("libdawn not found, try downloading from the release")
6564
FetchContent_Declare(
6665
libdawn
6766
url https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib

0 commit comments

Comments
 (0)