summaryrefslogtreecommitdiffstats
path: root/cmake/Version.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] Fix versioning format for Docker tagsManuel Bentele2021-11-301-1/+3
|
* [BUILD] Read version from lightweight (non-annotated) tags, tooManuel Bentele2021-08-251-1/+1
|
* [BUILD] Fix build issue if version information (Git tag) is missingManuel Bentele2021-03-171-14/+56
| | | | | | | | | | | | The software version for packaging purposes is consituted from the following rules: - If the version information (from Git tags or the embedded version header file) is available, the version number for the packaging is set to those found version information. - If there isn't any version information available (e.g. missing Git tags), the version number for the packaging is set to '0.0' to represent an unkown version number.
* [BUILD] Fix dnbd3-client build, Fix source-only buildSimon Rettberg2020-12-021-1/+1
|
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-021-7/+12
|
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-131-4/+8
| | | | | This patch adds support to locate the build directory for generated artifacts out of the original checked out Git source code repository.
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-271-8/+0Star
|
* [BUILD] add CMake targets to build binary and source packages with CPackManuel Bentele2020-10-221-0/+80
This patch adds the following CMake targets - package - source to build bundeled packages. Those packages contain either all built binary artifacts or all source files for source code distribution. Both CMake targets are available in Release build configuration.