Skip to content

Instantly share code, notes, and snippets.

@leozz37
Last active August 12, 2020 09:47
Show Gist options
  • Save leozz37/1a659977fb23da8612d876468c646648 to your computer and use it in GitHub Desktop.
Save leozz37/1a659977fb23da8612d876468c646648 to your computer and use it in GitHub Desktop.
set(CPM_DOWNLOAD_VERSION 0.27.2)
set(CPM_DOWNLOAD_LOCATION "${CMAKE_BINARY_DIR}/cmake/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
if(NOT (EXISTS ${CPM_DOWNLOAD_LOCATION}))
message(STATUS "Downloading CPM.cmake")
file(DOWNLOAD https://github.com/TheLartians/CPM.cmake/releases/download/v${CPM_DOWNLOAD_VERSION}/CPM.cmake ${CPM_DOWNLOAD_LOCATION})
endif()
include(${CPM_DOWNLOAD_LOCATION})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment