Skip to content

Commit c1ce567

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

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

0 commit comments

Comments
 (0)