diff --git a/cmake/CPM.cmake b/cmake/CPM.cmake index 659e6e3..cce9b67 100644 --- a/cmake/CPM.cmake +++ b/cmake/CPM.cmake @@ -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)