adapt shorthand syntax in other dependencies (#88)

This commit is contained in:
Lars Melchior 2021-03-01 21:55:52 +01:00 committed by GitHub
parent 27c17d63cf
commit 0b21db1022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ----