You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not ideal because you need to run cmake --build twice to pick up changes on the commit/tag, etc. This is because it is consumed via configure_file
Potential alternatives:
Allow to provide a custom file(WRITE) script/function or other way to write the commit metadata at build time instead of configure time
The text was updated successfully, but these errors were encountered:
LecrisUT
changed the title
DynamicVersion: Rebuild trigger requires re-configuration
DynamicVersion: New commits requires re-configuration
Jan 3, 2024
It is not ideal because you need to run
cmake --build
twice to pick up changes on the commit/tag, etc. This is because it is consumed viaconfigure_file
Potential alternatives:
file(WRITE)
script/function or other way to write the commit metadata at build time instead of configure timeThe text was updated successfully, but these errors were encountered: