Skip to content

Commit

Permalink
Use the latest CoolProp v6.5.0, closes #84
Browse files Browse the repository at this point in the history
  • Loading branch information
jowr committed Aug 8, 2023
1 parent 7431587 commit 0675174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ if(COOLPROP)
# Get the CoolProp code
if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../externals/CoolProp.git")
if(NOT EXISTS "${CMAKE_BINARY_DIR}/coolprop.zip")
#file(DOWNLOAD https://sourceforge.net/projects/coolprop/files/CoolProp/6.4.1/source/CoolProp_sources.zip/download "${CMAKE_BINARY_DIR}/coolprop.zip")
file(DOWNLOAD https://sourceforge.net/projects/coolprop/files/CoolProp/nightly/source/CoolProp_sources.zip/download "${CMAKE_BINARY_DIR}/coolprop.zip")
file(DOWNLOAD https://sourceforge.net/projects/coolprop/files/CoolProp/6.5.0/source/CoolProp_sources.zip/download "${CMAKE_BINARY_DIR}/coolprop.zip")
#file(DOWNLOAD https://sourceforge.net/projects/coolprop/files/CoolProp/nightly/source/CoolProp_sources.zip/download "${CMAKE_BINARY_DIR}/coolprop.zip")
endif()
#file(REMOVE_RECURSE "${CMAKE_BINARY_DIR}/coolprop-tmp")
file(REMOVE_RECURSE "${CMAKE_BINARY_DIR}/source")
Expand Down

0 comments on commit 0675174

Please sign in to comment.