summaryrefslogtreecommitdiffstats
path: root/cmake/Version.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Read version from lightweight (non-annotated) tags, tooManuel Bentele2021-08-261-1/+1
|
* Fix build issue if version information (Git tag) is missingManuel Bentele2021-03-171-6/+22
| | | | | | | | | | | | 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] 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-261-8/+0Star
|
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-231-0/+80
This change replaces the static version and build type header file generation by CMake with dynamic CMake targets to generate the version file whenever a Make target is executed. Thus, there is no need anymore to reconfigure and rerun CMake after the repository version or build configuration has changed.