We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25f5fb commit b333b38Copy full SHA for b333b38
1 file changed
cmake/CPM.cmake
@@ -7,8 +7,8 @@
7
# Do this only once for the project by checking if we already have loaded CPM
8
# which will define the CURRENT_CPM_VERSION, and if that version is what we want
9
# to have here.
10
-if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.35.6)
11
- set(CPM_DOWNLOAD_VERSION 0.35.6)
+if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.38.1)
+ set(CPM_DOWNLOAD_VERSION 0.38.1)
12
13
if(CPM_SOURCE_CACHE)
14
# Expand relative path. This is important if the provided path contains a
0 commit comments