Skip to content

Commit

Permalink
update 3.0.0 sha
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed Apr 24, 2020
1 parent 66f3a28 commit 8bc65cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FindOpenStudioSDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ else()
CACHE STRING "Base link to where the openstudio archives are hosted" FORCE)

#If this is a pre-release enter the SHA as "-rc1+79857912c4"
set(OPENSTUDIO_VERSION_SHA "+79857912c4")
set(OPENSTUDIO_VERSION_SHA "+1c9617fa4e")

if(APPLE)
set(OPENSTUDIO_EXPECTED_HASH 7d8c337b4d82ac1b513a1844f6c8aec0)
set(OPENSTUDIO_EXPECTED_HASH 71e977aa24aa5226c9de05ca6f09b4b9)
set(OPENSTUDIO_PLATFORM "Darwin")
set(OPENSTUDIO_EXT "tar.gz")
elseif(UNIX)
set(OPENSTUDIO_EXPECTED_HASH fcc216da7f28d430afafa238ddf180c0)
set(OPENSTUDIO_EXPECTED_HASH c2ef7b403148ef40396b5bcc5c60cadc)
set(OPENSTUDIO_PLATFORM "Linux")
set(OPENSTUDIO_EXT "tar.gz")
elseif(WIN32)
set(OPENSTUDIO_EXPECTED_HASH 18696cc8f86c2cb964343e5a21c3c47e)
set(OPENSTUDIO_EXPECTED_HASH 3f5224d5837fe0fd06aab724e74cb6b5)
set(OPENSTUDIO_PLATFORM "Windows")
set(OPENSTUDIO_EXT "tar.gz")
endif()
Expand Down

0 comments on commit 8bc65cb

Please sign in to comment.