Fix comment
This commit is contained in:
parent
2ffc78717b
commit
8de7022753
@ -32,7 +32,7 @@ if(UNIX)
|
|||||||
link_libraries(pthread) #CMake adds the "lib" prefix, so "pthread" becomes "libpthread"
|
link_libraries(pthread) #CMake adds the "lib" prefix, so "pthread" becomes "libpthread"
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Append git branch and commit hash to the version string
|
# Append git commit hash to the version string
|
||||||
include(GetGitRevisionDescription)
|
include(GetGitRevisionDescription)
|
||||||
git_describe(GIT_COMMIT --always)
|
git_describe(GIT_COMMIT --always)
|
||||||
if(GIT_COMMIT)
|
if(GIT_COMMIT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user