Skip to content

Commit

Permalink
update url to avoid maxwell update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Jun 11, 2024
1 parent 145a024 commit e9c820a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download_sdks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(LUISA_COMPUTE_DOWNLOADED_SDKS)
foreach (sdk ${COMPONENTS})
set(valid TRUE)
if (sdk STREQUAL "dx")
download_sdk(${sdk} "https://github.com/LuisaGroup/SDKs/releases/download/sdk/dx_sdk.zip" "0674d518f3a7a02f2417efec7a432d911515c012")
download_sdk(${sdk} "https://github.com/LuisaGroup/SDKs/releases/download/sdk/dx_sdk_20240611.zip" "0674d518f3a7a02f2417efec7a432d911515c012")
else ()
set(valid FALSE)
message(WARNING "Unknown SDK: ${sdk}")
Expand Down
2 changes: 1 addition & 1 deletion src/backends/dx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (WIN32)
message(STATUS "DirectX SDK directory: ${LUISA_COMPUTE_DX_SDK_DIR}")
endif ()
if (NOT LUISA_COMPUTE_DX_SDK_DIR OR NOT EXISTS "${LUISA_COMPUTE_DX_SDK_DIR}")
set(LUISA_COMPUTE_DX_SDK_DOWNLOAD_URL "https://github.com/LuisaGroup/SDKs/releases/download/sdk/dx_sdk.zip")
set(LUISA_COMPUTE_DX_SDK_DOWNLOAD_URL "https://github.com/LuisaGroup/SDKs/releases/download/sdk/dx_sdk_20240611.zip")
set(LUISA_COMPUTE_DX_SDK_SHA1 "0674d518f3a7a02f2417efec7a432d911515c012")
message(STATUS "Downloading DirectX SDK from ${LUISA_COMPUTE_DX_SDK_DOWNLOAD_URL}")
include(FetchContent)
Expand Down

0 comments on commit e9c820a

Please sign in to comment.