Fix comment

This commit is contained in:
Zeex 2015-04-04 16:08:54 +06:00
parent 2ffc78717b
commit 8de7022753

View File

@ -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)