mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-19 16:57:56 -05:00
update examples
This commit is contained in:
@@ -20,7 +20,7 @@ CPMAddPackage(
|
||||
CPMAddPackage(
|
||||
NAME LarsParser
|
||||
GIT_REPOSITORY https://github.com/TheLartians/Parser.git
|
||||
VERSION 1.2
|
||||
VERSION 1.3
|
||||
)
|
||||
|
||||
# add project twice
|
||||
|
||||
@@ -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.2
|
||||
VERSION 1.3
|
||||
)
|
||||
|
||||
# add executable
|
||||
|
||||
Reference in New Issue
Block a user