Skip to content

Commit

Permalink
chore: upgrade CPM to 0.38.7
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Dec 4, 2023
1 parent d60950f commit e67e042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 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.38.1)
if(NOT CURRENT_CPM_VERSION VERSION_EQUAL 0.38.7)
set(CPM_DOWNLOAD_VERSION 0.38.1)

if(CPM_SOURCE_CACHE)
Expand Down

0 comments on commit e67e042

Please sign in to comment.