From 8de70227531c7bcfa635af30375b866b4eb18bac Mon Sep 17 00:00:00 2001 From: Zeex Date: Sat, 4 Apr 2015 16:08:54 +0600 Subject: [PATCH] Fix comment --- source/compiler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/CMakeLists.txt b/source/compiler/CMakeLists.txt index 162fd08..6f0feda 100644 --- a/source/compiler/CMakeLists.txt +++ b/source/compiler/CMakeLists.txt @@ -32,7 +32,7 @@ if(UNIX) link_libraries(pthread) #CMake adds the "lib" prefix, so "pthread" becomes "libpthread" endif() -# Append git branch and commit hash to the version string +# Append git commit hash to the version string include(GetGitRevisionDescription) git_describe(GIT_COMMIT --always) if(GIT_COMMIT)