1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00

update packageProject.cmake (bugfix) (#25)

This commit is contained in:
Lars Melchior 2020-04-21 01:55:23 +02:00 committed by GitHub
parent d21ff2d02c
commit 918af69383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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