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

automatically use correct project version and update html settings

This commit is contained in:
Lars Melchior 2020-06-03 13:30:18 +02:00
parent c7ea73b078
commit 9532b62f5b
3 changed files with 15 additions and 12 deletions

View file

@ -23,7 +23,7 @@ include(cmake/CPM.cmake)
CPMAddPackage(
NAME PackageProject.cmake
GITHUB_REPOSITORY TheLartians/PackageProject.cmake
VERSION 1.2
VERSION 1.2.1
)
# ---- Add source files ----