Skip to content

Commit b333b38

Browse files
committed
feat: upgrade CPM to 0.38.1
1 parent b25f5fb commit b333b38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/CPM.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Do this only once for the project by checking if we already have loaded CPM
88
# which will define the CURRENT_CPM_VERSION, and if that version is what we want
99
# to have here.
10-
if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.35.6)
11-
set(CPM_DOWNLOAD_VERSION 0.35.6)
10+
if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.38.1)
11+
set(CPM_DOWNLOAD_VERSION 0.38.1)
1212

1313
if(CPM_SOURCE_CACHE)
1414
# Expand relative path. This is important if the provided path contains a

0 commit comments

Comments
 (0)