1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

adapt shorthand syntax in other dependencies

This commit is contained in:
Lars Melchior 2021-03-01 18:29:44 +01:00
parent 27c17d63cf
commit c3cec5974c
4 changed files with 5 additions and 26 deletions

View file

@ -11,7 +11,6 @@ include(../cmake/tools.cmake)
include(../cmake/CPM.cmake)
CPMAddPackage("gh:jarro2783/cxxopts@2.2.0")
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
# ---- Create standalone executable ----