We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f1f305 + 89b52df commit cdbbd87Copy full SHA for cdbbd87
1 file changed
cmake/Environment.cmake
@@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
16
17
# Download "cpm", the setup-free CMake dependency management
18
# https://github.com/cpm-cmake/CPM.cmake
19
-set(CPM_DOWNLOAD_VERSION 0.42.0)
+set(CPM_DOWNLOAD_VERSION 0.42.1)
20
set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
21
if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION}))
22
message(STATUS "Downloading CPM.cmake")
0 commit comments