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

disable CXXOPTS_BUILD_TESTS

update CPM verstion too
This commit is contained in:
ClausKlein 2021-03-02 13:45:08 +01:00
parent 0b21db1022
commit c521855e03
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ include(../cmake/tools.cmake)
include(../cmake/CPM.cmake)
option(CXXOPTS_BUILD_TESTS "" NO)
CPMAddPackage("gh:jarro2783/cxxopts@2.2.0")
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)