mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-18 07:07:47 -05:00
update Parser lib
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user