Skip to content

Commit 89b52df

Browse files
Update dependency cpm-cmake/CPM.cmake to v0.42.1
1 parent 526b254 commit 89b52df

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)