Releases: cpm-cmake/CPM.cmake
Releases · cpm-cmake/CPM.cmake
Cache downloaded sources
- Rename
CPM_SOURCE_ROOT
->CPM_SOURCE_CACHE
- Adds
CPM_SOURCE_CACHE
environmental variable support - Small updates to tests and Readme
- Bugfixes
Add CPM_SOURCE_ROOT option
- Adds
CPM_SOURCE_ROOT
to use cached downloads
Determine VERSION from GIT_TAG
- Added unit tests
- Determine
VERSION
fromGIT_TAG
if not explicitly specified
v0.11
- Added url shortcuts for Github and Gitlab
v0.10
- Added the
(DEPENDENCY)_ADDED
property
v0.9
- Dependency properties:
(DEPENDENCY)_SOURCE_DIR
and(DEPENDENCY)_BINARY_DIR
- Better warning message when including a project with a newer version of CPM
- More examples
- More descriptive Readme
v0.8: Update CPM.cmake (#43)
- Added version check
- Added
DOWNLOAD_ONLY
option
v0.7.1
- Bugfix
v0.7
Update CPM.cmake (#41)
v0.6
Update README.md (#28)