We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30b0da commit cb9239dCopy full SHA for cb9239d
cmake/gpu.cmake
@@ -64,8 +64,8 @@ else()
64
FetchContent_Declare(
65
libdawn
66
URL https://github.com/austinvhuang/dawn-artifacts/releases/download/prerelease/libdawn.dylib
67
- DOWNLOAD_DIR
68
- "${TARGET_FILE_PATH}/third_party/lib")
+ DOWNLOAD_NO_EXTRACT TRUE
+ SOURCE_DIR "${TARGET_FILE_PATH}/third_party/lib")
69
FetchContent_MakeAvailable(libdawn)
70
find_library(LIBDAWN dawn REQUIRED
71
PATHS "${TARGET_FILE_PATH}/third_party/lib")
0 commit comments