update examples

This commit is contained in:
Lars Melchior
2019-04-09 16:22:52 +02:00
parent 11afa7a469
commit 3d89c98fe8
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ CPMAddPackage(
CPMAddPackage( CPMAddPackage(
NAME LarsParser NAME LarsParser
GIT_REPOSITORY https://github.com/TheLartians/Parser.git GIT_REPOSITORY https://github.com/TheLartians/Parser.git
VERSION 1.2 VERSION 1.3
) )
# add project twice # add project twice

View File

@@ -8,7 +8,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/CPM.cmake)
CPMAddPackage( CPMAddPackage(
NAME LarsParser NAME LarsParser
GIT_REPOSITORY https://github.com/TheLartians/Parser.git GIT_REPOSITORY https://github.com/TheLartians/Parser.git
VERSION 1.2 VERSION 1.3
) )
# add executable # add executable