1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

fix merge problems

prevent testing the cxxopts lib
This commit is contained in:
ClausKlein 2021-02-27 12:53:02 +01:00
parent 9d1c7413f0
commit 1b3755e6e5
5 changed files with 7 additions and 8 deletions

View file

@ -11,6 +11,7 @@ include(../cmake/tools.cmake)
include(../cmake/CPM.cmake)
CPMUsePackageLock(package-lock.cmake)
option(CXXOPTS_BUILD_TESTS "Not needed!" OFF)
CPMAddPackage("gh:jarro2783/cxxopts@2.2.0")
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)