mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 06:59:07 +02:00
Cliff noticed that the CMake git ident was not being updated when pulling new changes. This was because it was getting captured at configuration time and, even if you pull more changes, the CMake configuration may not be redone automatically if the build files weren't also changed. So, this adds a new target to get the information at build time instead.