Jump to content
TrinityCore

skuly1775

Plebs
  • Posts

    1
  • Joined

  • Last visited

skuly1775's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. 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.
×
×
  • Create New...