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 ba50453 commit cf8fb95Copy full SHA for cf8fb95
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.2/CPM.cmake
+ https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.5/CPM.cmake
19
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
20
- EXPECTED_MD5 4d51aa9dab6104fad39c5b7a692d5e1c
+ EXPECTED_MD5 19cbb284c7b175d239670d47dd9d0e9e
21
)
22
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
23
cpmaddpackage(${ARGN})
0 commit comments