Skip to content

Commit c7edb54

Browse files
authored
chore: bump CPM.cmake to v0.40.8 (#201)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent 95a39d0 commit c7edb54

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.5/CPM.cmake
18+
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.8/CPM.cmake
1919
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
20-
EXPECTED_MD5 19cbb284c7b175d239670d47dd9d0e9e
20+
EXPECTED_MD5 f2c95720301a3fb2ee34488f0ab5c87f
2121
)
2222
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
2323
cpmaddpackage(${ARGN})

0 commit comments

Comments
 (0)