X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=ec8d61e39f3b774f9aa570d7f0d20ad171158491;hb=b12eec610ea1b401a1311d1e044b4b42ca84f98a;hp=c2ef8b26e1ac86e72d1b9a46bbf0da65a2010c88;hpb=d6ee316170f0362e8052d39118671fb36f3c8abf;p=quassel.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c2ef8b26..ec8d61e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -561,7 +561,7 @@ endif() include(GetGitRevisionDescription) get_git_head_revision(GIT_REFSPEC GIT_HEAD) -git_describe(GIT_DESCRIBE --long) +git_describe(GIT_DESCRIBE --long --dirty) # If not in a Git repo try to read GIT_HEAD and GIT_DESCRIBE from # enviroment