mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-17 20:14:36 +03:00
@@ -1,4 +1,4 @@
|
|||||||
set(CPM_DOWNLOAD_VERSION 0.31.0)
|
set(CPM_DOWNLOAD_VERSION 0.31.1)
|
||||||
|
|
||||||
if(CPM_SOURCE_CACHE)
|
if(CPM_SOURCE_CACHE)
|
||||||
# Expand relative path. This is important if the provided path contains a tilde (~)
|
# Expand relative path. This is important if the provided path contains a tilde (~)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ include(../cmake/tools.cmake)
|
|||||||
|
|
||||||
include(../cmake/CPM.cmake)
|
include(../cmake/CPM.cmake)
|
||||||
|
|
||||||
|
option(CXXOPTS_BUILD_TESTS "" NO)
|
||||||
CPMAddPackage("gh:jarro2783/cxxopts@2.2.0")
|
CPMAddPackage("gh:jarro2783/cxxopts@2.2.0")
|
||||||
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
|
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user