Skip to content

Commit 5915db0

Browse files
committed
chore(deps): bump cpm, dependencies
1 parent 16e2751 commit 5915db0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ include("cmake/cpm.cmake")
7575

7676
CPMFindPackage(
7777
NAME rohrkabel
78-
VERSION 2.5
78+
VERSION 2.7
7979
GIT_REPOSITORY "https://github.com/Curve/rohrkabel"
8080
)
8181

@@ -99,7 +99,7 @@ CPMFindPackage(
9999

100100
CPMFindPackage(
101101
NAME glaze
102-
VERSION 2.0.2
102+
VERSION 2.0.6
103103
GIT_REPOSITORY "https://github.com/stephenberry/glaze"
104104
)
105105

cmake/cpm.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors
44

5-
set(CPM_DOWNLOAD_VERSION 0.38.6)
6-
set(CPM_HASH_SUM "11c3fa5f1ba14f15d31c2fb63dbc8628ee133d81c8d764caad9a8db9e0bacb07")
5+
set(CPM_DOWNLOAD_VERSION 0.38.7)
6+
set(CPM_HASH_SUM "83e5eb71b2bbb8b1f2ad38f1950287a057624e385c238f6087f94cdfc44af9c5")
77

88
if(CPM_SOURCE_CACHE)
99
set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")

0 commit comments

Comments
 (0)