mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-18 15:17:30 -05:00
add unit tests and determine version from GIT_TAG (#66)
* add unit tests * determine package version from git tag. closes #54. * update readme * bugfix * update example * update gitignore
This commit is contained in:
@@ -126,7 +126,6 @@ CPMAddPackage(
|
||||
CPMAddPackage(
|
||||
NAME doctest
|
||||
GITHUB_REPOSITORY onqtam/doctest
|
||||
VERSION 2.3.2
|
||||
GIT_TAG 2.3.2
|
||||
)
|
||||
```
|
||||
@@ -205,7 +204,8 @@ CPMAddPackage(
|
||||
CPMAddPackage(
|
||||
NAME lua
|
||||
GIT_REPOSITORY https://github.com/lua/lua.git
|
||||
VERSION 5-3-4
|
||||
GIT_TAG v5-3-4
|
||||
VERSION 5.3.4
|
||||
DOWNLOAD_ONLY YES
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user