Skip to content

Commit

Permalink
chore: bump CPM.cmake to v0.40.2 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Aug 17, 2024
1 parent a4d58df commit 0e9ae95
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.1/CPM.cmake
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.2/CPM.cmake
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
EXPECTED_MD5 a5467d77aa63a1197ea4e1644623acb7
EXPECTED_MD5 4d51aa9dab6104fad39c5b7a692d5e1c
)
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
cpmaddpackage(${ARGN})
Expand Down

0 comments on commit 0e9ae95

Please sign in to comment.