From e1e56477e17172301dc6d1b3aadaf0431689afb0 Mon Sep 17 00:00:00 2001 From: Daniel Albers Date: Sun, 3 Apr 2016 19:35:40 +0200 Subject: [PATCH] Revert "Merge pull request #165 from esainane/coreinfo-dirty-status" `git describe` is called on the committish, which doesn't work with --dirty. This reverts commit dd711790dddee81442e2138b3917764dac39c487, reversing changes made to 9585227400dd89f8a4d6bbc723f2d36ca0dc1a70. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5ca7803..aa0b4923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -580,7 +580,7 @@ endif() include(GetGitRevisionDescription) get_git_head_revision(GIT_REFSPEC GIT_HEAD) -git_describe(GIT_DESCRIBE --long --dirty) +git_describe(GIT_DESCRIBE --long) # If not in a Git repo try to read GIT_HEAD and GIT_DESCRIBE from # enviroment -- 2.20.1