Skip to content

Commit 88da6b9

Browse files
committed
tweaks for downloaded files
1 parent 4b9cf5a commit 88da6b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ endif()
167167
# not being able to use any native compiled gem on windows platform (sqlite being the issue)
168168
if(WIN32)
169169
if(CMAKE_CL_64)
170-
set(OPENSTUDIO_RUNTIME_GEMS_ZIP_FILENAME "openstudio-runtime-gems-20260706-windows.tar.gz")
171-
set(OPENSTUDIO_RUNTIME_GEMS_ZIP_EXPECTED_MD5 "1e0c043cde9c3ebe95886b11dc6d2a3d")
170+
set(OPENSTUDIO_RUNTIME_GEMS_ZIP_FILENAME "openstudio-runtime-gems-20260717-windows.tar.gz")
171+
set(OPENSTUDIO_RUNTIME_GEMS_ZIP_EXPECTED_MD5 "aa79e53c7263ebbff59e0c38a40f47ad")
172172
endif()
173173

174174
set(OPENSTUDIO_RUNTIME_GEMS_ZIP_LOCAL_PATH "${PROJECT_BINARY_DIR}/${OPENSTUDIO_RUNTIME_GEMS_ZIP_FILENAME}")

FindOpenStudioSDK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else()
2020
if (ARCH MATCHES "arm64")
2121
set(OPENSTUDIO_EXPECTED_HASH 92145ffe9f13c8fee1df48a0f781e280)
2222
set(OPENSTUDIO_PLATFORM "Darwin-arm64")
23-
set(OPENSTUDIO_VERSION_SHA "+ce46db07de") # Hack since this was different than the others
23+
# set(OPENSTUDIO_VERSION_SHA "+ce46db07de") # Hack since this was different than the others
2424
set(OPENSTUDIO_EXT "tar.gz")
2525
else()
2626
set(OPENSTUDIO_EXPECTED_HASH 001c938919ef5cbbeed4b3e2411d9796)

0 commit comments

Comments
 (0)