Skip to content

Commit cdbbd87

Browse files
authored
Merge pull request #139 from JohT/renovate/cpm-cmake-cpm.cmake-0.x
Update dependency cpm-cmake/CPM.cmake to v0.42.1
2 parents 5f1f305 + 89b52df commit cdbbd87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/Environment.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1616

1717
# Download "cpm", the setup-free CMake dependency management
1818
# https://github.com/cpm-cmake/CPM.cmake
19-
set(CPM_DOWNLOAD_VERSION 0.42.0)
19+
set(CPM_DOWNLOAD_VERSION 0.42.1)
2020
set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
2121
if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION}))
2222
message(STATUS "Downloading CPM.cmake")

0 commit comments

Comments
 (0)