From 702f4138010ef328901e3082f675c9aecd3ae137 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 9 Apr 2019 17:30:18 +0200 Subject: [PATCH] update Parser lib --- README.md | 2 +- tests/complex/CMakeLists.txt | 6 +++--- tests/simple/CMakeLists.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 798bd01..8455eba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/CPM.cmake) CPMAddPackage( NAME LarsParser - VERSION 1.2 + VERSION 1.4 GIT_REPOSITORY https://github.com/TheLartians/Parser.git GIT_TAG master # optional ) diff --git a/tests/complex/CMakeLists.txt b/tests/complex/CMakeLists.txt index 6f5091a..de9ce3b 100644 --- a/tests/complex/CMakeLists.txt +++ b/tests/complex/CMakeLists.txt @@ -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 diff --git a/tests/simple/CMakeLists.txt b/tests/simple/CMakeLists.txt index 3ee4b52..54b486c 100644 --- a/tests/simple/CMakeLists.txt +++ b/tests/simple/CMakeLists.txt @@ -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