summaryrefslogtreecommitdiffstats
path: root/cmake/GenerateVersion.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-131-1/+1
| | | | | This patch adds support to locate the build directory for generated artifacts out of the original checked out Git source code repository.
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-231-0/+20
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.