Skip to content

Commit

Permalink
Merge pull request #28 from JohT/renovate/cpm-cmake-cpm.cmake-0.x
Browse files Browse the repository at this point in the history
Update dependency cpm-cmake/CPM.cmake to v0.35.6
  • Loading branch information
JohT authored Sep 19, 2022
2 parents c92b1bc + 056c676 commit e19a71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Environment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# Download "cpm", the setup-free CMake dependency management
# https://github.com/cpm-cmake/CPM.cmake
set(CPM_DOWNLOAD_VERSION 0.35.5)
set(CPM_DOWNLOAD_VERSION 0.35.6)
set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION}))
message(STATUS "Downloading CPM.cmake")
Expand Down

0 comments on commit e19a71a

Please sign in to comment.