Skip to content

Commit

Permalink
feat: upgrade CPM to 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 9, 2023
1 parent b25f5fb commit b333b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Do this only once for the project by checking if we already have loaded CPM
# which will define the CURRENT_CPM_VERSION, and if that version is what we want
# to have here.
if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.35.6)
set(CPM_DOWNLOAD_VERSION 0.35.6)
if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.38.1)
set(CPM_DOWNLOAD_VERSION 0.38.1)

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

0 comments on commit b333b38

Please sign in to comment.