summaryrefslogtreecommitdiffstats
path: root/cmake/InstallVersionFile.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken version header packaging for source packagesManuel Bentele2020-10-271-8/+0Star
|
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-231-0/+8
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.