diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index 49498016..d853052e 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -1,6 +1,6 @@ # Downloading the CPM.cmake package manager -set( CPM_DOWNLOAD_VERSION 0.38.6 ) -set( CPM_DOWNLOAD_HASH 11c3fa5f1ba14f15d31c2fb63dbc8628ee133d81c8d764caad9a8db9e0bacb07 ) +set( CPM_DOWNLOAD_VERSION 0.40.2 ) +set( CPM_DOWNLOAD_HASH "c8cdc32c03816538ce22781ed72964dc864b2a34a310d3b7104812a5ca2d835d" ) set( CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake" ) if( NOT ( EXISTS ${CPM_DOWNLOAD_LOCATION} ) ) message( STATUS "Downloading CPM.cmake to ${CPM_DOWNLOAD_LOCATION}" )