Skip to content

Commit

Permalink
fix dash
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed Aug 1, 2023
1 parent 032f5af commit 4721bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FindOpenStudioSDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ else()
elseif(UNIX)
if(LSB_RELEASE_VERSION_SHORT MATCHES "20.04")
set(OPENSTUDIO_EXPECTED_HASH 5e67958249d99f96149b4d5576c3d0ef)
set(OPENSTUDIO_PLATFORM "Ubuntu-20.04_x86_64")
set(OPENSTUDIO_PLATFORM "Ubuntu-20.04-x86_64")
else() # Assumes 20.04
set(OPENSTUDIO_EXPECTED_HASH 5e67958249d99f96149b4d5576c3d0ef)
set(OPENSTUDIO_PLATFORM "Ubuntu-20.04_x86_64")
set(OPENSTUDIO_PLATFORM "Ubuntu-20.04-x86_64")
endif()
set(OPENSTUDIO_EXT "tar.gz")
elseif(WIN32)
Expand Down

0 comments on commit 4721bc8

Please sign in to comment.