Jump to content
TrinityCore

[Howto] properly install git on Windows / Fix Trinitycore rev. 1970-01-01 00:00:00 +0000


leak
 Share

Recommended Posts

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 by skuly1775
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...