Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ option(MY_FIBONACCI_ENABLE_INSTALL "Enable install targets."
function(cpmaddpackage)
file(
DOWNLOAD
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.5/CPM.cmake
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.8/CPM.cmake
${CMAKE_BINARY_DIR}/_deps/CPM.cmake
EXPECTED_MD5 19cbb284c7b175d239670d47dd9d0e9e
EXPECTED_MD5 f2c95720301a3fb2ee34488f0ab5c87f
)
include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
cpmaddpackage(${ARGN})
Expand Down