Skip to content

Commit

Permalink
chore: bump CPM.cmake to v0.40.1 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Aug 1, 2024
1 parent a2edb7e commit 5cf1f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ option(MY_FIBONACCI_ENABLE_INSTALL "Enable install targets."
function(cpmaddpackage)
file(
DOWNLOAD
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.0/CPM.cmake
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.1/CPM.cmake
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
EXPECTED_MD5 6c9866a0aa0f804a36fe8c3866fb8a2c
EXPECTED_MD5 a5467d77aa63a1197ea4e1644623acb7
)
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
cpmaddpackage(${ARGN})
Expand Down

0 comments on commit 5cf1f37

Please sign in to comment.