update Parser lib

This commit is contained in:
Lars Melchior
2019-04-09 17:30:18 +02:00
parent 4badcddc5d
commit 702f413801
3 changed files with 5 additions and 5 deletions

View File

@@ -21,14 +21,14 @@ CPMAddPackage(
CPMAddPackage(
NAME LarsParser
GIT_REPOSITORY https://github.com/TheLartians/Parser.git
VERSION 1.3
VERSION 1.4
)
# add project twice
# add project twice (will be ignored)
CPMAddPackage(
NAME LHC
GIT_REPOSITORY https://github.com/TheLartians/LHC.git
VERSION 0.3
VERSION 0.1
)
# add executable

View File

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