Skip to content

Commit

Permalink
Latest cpm and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed May 20, 2022
1 parent 151abee commit b17c4b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ endif()

#######################################
# packages
CPMAddPackage(gh:iboB/splat@1.1.0)
CPMAddPackage("gh:iboB/itlib@1.4.10#d954d7b181b78b1f83ed6c1edbde35b3c3650c7a")
CPMAddPackage(gh:iboB/splat@1.2.0)
CPMAddPackage(gh:iboB/itlib@1.5.0)

find_package(Threads REQUIRED)
if(FISHNETS_SSL)
Expand Down
4 changes: 2 additions & 2 deletions get_cpm.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CPM_DOWNLOAD_VERSION 0.32.2)
set(CPM_DOWNLOAD_VERSION 0.35.1)

if(CPM_SOURCE_CACHE)
# Expand relative path. This is important if the provided path contains a tilde (~)
Expand All @@ -13,7 +13,7 @@ endif()
if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION}))
message(STATUS "Downloading CPM.cmake to ${CPM_DOWNLOAD_LOCATION}")
file(DOWNLOAD
https://github.com/TheLartians/CPM.cmake/releases/download/v${CPM_DOWNLOAD_VERSION}/CPM.cmake
https://github.com/cpm-cmake/CPM.cmake/releases/download/v${CPM_DOWNLOAD_VERSION}/CPM.cmake
${CPM_DOWNLOAD_LOCATION}
)
endif()
Expand Down

0 comments on commit b17c4b2

Please sign in to comment.