Skip to content

Commit cf8fb95

Browse files
authored
chore: bump CPM.cmake to v0.40.5 (#198)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent ba50453 commit cf8fb95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ option(MY_FIBONACCI_ENABLE_INSTALL "Enable install targets."
1515
function(cpmaddpackage)
1616
file(
1717
DOWNLOAD
18-
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.2/CPM.cmake
18+
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.5/CPM.cmake
1919
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
20-
EXPECTED_MD5 4d51aa9dab6104fad39c5b7a692d5e1c
20+
EXPECTED_MD5 19cbb284c7b175d239670d47dd9d0e9e
2121
)
2222
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
2323
cpmaddpackage(${ARGN})

0 commit comments

Comments
 (0)