summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-25 11:55:34 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-25 13:20:12 +0200
commitca2b566e9c60a958eb3ec36292309776ceadae3f (patch)
tree798b398ee9073dce10ad2301e2f2c22f5a710dbf /cmake
parent4343254e4a03325e6fc562ac8167065a6fc18e9e (diff)
cmake: cleanup unused var
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-version.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/opentrack-version.cmake b/cmake/opentrack-version.cmake
index b1896b55..9ea71377 100644
--- a/cmake/opentrack-version.cmake
+++ b/cmake/opentrack-version.cmake
@@ -3,7 +3,6 @@ include(GetGitRevisionDescription)
find_package(Git QUIET)
if(GIT_FOUND)
git_describe(OPENTRACK_COMMIT --tags --always --dirty)
- git_describe(OPENTRACK_TAG_EXACT --tag --exact)
endif()
unset(_build_type)