Skip to content

Commit

Permalink
Latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jun 16, 2022
1 parent becd91e commit cdfa4c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ option(JALOG_BUILD_EXAMPLES "jalog: build examples" ${ICM_DEV_MODE})

#######################################
# packages
CPMAddPackage(gh:iboB/splat@1.1.0)
CPMAddPackage(gh:iboB/itlib@1.4.5)
CPMAddPackage(gh:iboB/mscharconv@1.1.1)
CPMAddPackage(gh:iboB/splat@1.2.0)
CPMAddPackage(gh:iboB/itlib@1.5.0)
CPMAddPackage(gh:iboB/mscharconv@1.2.0)

if(NOT JALOG_NO_BUILTIN_ASYNC)
CPMAddPackage(gh:iboB/xec@1.3.1)
CPMAddPackage(gh:iboB/xec@1.4.0)
endif()

#######################################
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.34.3)

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
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(icm_testing)

CPMAddPackage(gh:iboB/doctest-lib@2.4.6)
CPMAddPackage(gh:iboB/doctest-lib@2.4.8a)

icm_add_test(
NAME jalog-qwrite
Expand Down

0 comments on commit cdfa4c7

Please sign in to comment.