itom-project / itom

itom core repository
https://itom-project.github.io/
Other
14 stars 5 forks source link

fixes CMake function itom_fetch_git_commit_hash in ItomBuildMacros.cmake #278

Closed magro11 closed 6 months ago

magro11 commented 6 months ago

fixes CMake function itom_fetch_git_commit_hash in ItomBuildMacros.cmake to provide correct git commit hashes both for separated itom, plugins, designerplugins projects as well as for the itomProject master project and multiple subprojects. For every plugin, the git commit hash is now based on the source directory of the respective plugin.

This pull request fixes the issue #276

BBertschinger commented 6 months ago

Fixes Minor issue: Execute Process for gitVersion.h definition starts now if GITDIR_FOUND is true instead of WORKINGDIR_FOUND. Please also check on your system.