Skip to content

Commit

Permalink
Update CMakeLists align with Juliens os-gem build in Linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Oct 18, 2023
1 parent 211bb63 commit 6fb3ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@ if(BUILD_CLI)
endif()
else()
if (ARCH MATCHES "arm64")
set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20230918-linux_arm64.tar.gz")
set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "c28e1b84051fbae2ae0a9f7a27416951")
set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20231017-linux_arm64.tar.gz")
set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "a10f3df8d7fad27f8f55c4a3cf22c309")
else()
set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20231017-linux.tar.gz")
set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "677050f6acf51180b9b920f9ceb7cac7")
Expand Down

0 comments on commit 6fb3ded

Please sign in to comment.