skuly1775 Posted June 25, 2021 Report Share Posted June 25, 2021 (edited) I was having the problem where Cmake wasn't getting revision info and I figured out the problem was in the genrev.cmake file specifically COMMAND "${GIT_EXECUTABLE}" describe --long --match init --dirty=+ --abbrev=12 I added --always to the end so its COMMAND "${GIT_EXECUTABLE}" describe --long --match init --dirty=+ --abbrev=12 --always Then cmake was getting the revision info. Hope that helps someone else. Edited June 25, 2021 by skuly1775 Link to comment Share on other sites More sharing options...
Recommended Posts