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

update README

update CPM.cmake to version 0.30.0
This commit is contained in:
ClausKlein 2021-02-17 13:16:45 +01:00
parent 49fc73f82c
commit d9210698c9
4 changed files with 9 additions and 5 deletions

View file

@ -7,6 +7,8 @@ project(GreeterDocs)
include(../cmake/CPM.cmake)
CPMUsePackageLock(package-lock.cmake)
include(../cmake/options.cmake)
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
CPMAddPackage(