mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-18 23:27:37 -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:
@@ -7,7 +7,8 @@ include(../../cmake/CPM.cmake)
|
||||
CPMAddPackage(
|
||||
NAME lua
|
||||
GIT_REPOSITORY https://github.com/lua/lua.git
|
||||
VERSION 5-3-4
|
||||
VERSION 5.3.4
|
||||
GIT_TAG v5-3-4
|
||||
DOWNLOAD_ONLY YES
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user