Skip to content

Commit cb9239d

Browse files
No extract file
1 parent a30b0da commit cb9239d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/gpu.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ else()
6464
FetchContent_Declare(
6565
libdawn
6666
URL https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib
67-
DOWNLOAD_DIR
68-
"${TARGET_FILE_PATH}/third_party/lib")
67+
DOWNLOAD_NO_EXTRACT TRUE
68+
SOURCE_DIR "${TARGET_FILE_PATH}/third_party/lib")
6969
FetchContent_MakeAvailable(libdawn)
7070
find_library(LIBDAWN dawn REQUIRED
7171
PATHS "${TARGET_FILE_PATH}/third_party/lib")

0 commit comments

Comments
 (0)