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( CPMAddPackage(
NAME PackageProject.cmake NAME PackageProject.cmake
GITHUB_REPOSITORY TheLartians/PackageProject.cmake GITHUB_REPOSITORY TheLartians/PackageProject.cmake
VERSION 1.1 VERSION 1.2
) )
# ---- Add source files ---- # ---- Add source files ----