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 3b14a2e commit 426c958Copy full SHA for 426c958
cmake/CDeps.cmake
@@ -0,0 +1,6 @@
1
+file(
2
+ DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.2/CPM.cmake
3
+ ${CMAKE_BINARY_DIR}/CPM.cmake
4
+ EXPECTED_MD5 4d51aa9dab6104fad39c5b7a692d5e1c
5
+)
6
+include(${CMAKE_BINARY_DIR}/_deps/CPM.cmake)
0 commit comments