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:
parent
9d1c7413f0
commit
1b3755e6e5
5 changed files with 7 additions and 8 deletions
|
@ -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}/..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue