We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7edb54 commit c1ce567Copy full SHA for c1ce567
CMakeLists.txt
@@ -15,9 +15,9 @@ option(MY_FIBONACCI_ENABLE_INSTALL "Enable install targets."
15
function(cpmaddpackage)
16
file(
17
DOWNLOAD
18
- https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.8/CPM.cmake
+ https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.42.0/CPM.cmake
19
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
20
- EXPECTED_MD5 f2c95720301a3fb2ee34488f0ab5c87f
+ EXPECTED_MD5 e5facfa5d8d61f058d5a6e3e5391a3b7
21
)
22
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
23
cpmaddpackage(${ARGN})
0 commit comments