File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ endif()
167167# not being able to use any native compiled gem on windows platform (sqlite being the issue)
168168if (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} " )
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments