aboutsummaryrefslogtreecommitdiff
path: root/cmake/genrev.cmake
diff options
context:
space:
mode:
authorclick <none@none>2010-10-15 00:55:31 +0200
committerclick <none@none>2010-10-15 00:55:31 +0200
commit607bc17d05f27abd4360c931a38e3ab38cd8f145 (patch)
treef53efae8ac4fae47dce607cc61e6e7fb65d777d9 /cmake/genrev.cmake
parent92a379da7f62a62824bb09900644b2b4305d8933 (diff)
BuildSystem: Set the proper type of the cached revision-variable, so it doesn't show up in the CMake GUI
--HG-- branch : trunk
Diffstat (limited to 'cmake/genrev.cmake')
-rw-r--r--cmake/genrev.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/genrev.cmake b/cmake/genrev.cmake
index 7cd18bd48fd..669dab40ba6 100644
--- a/cmake/genrev.cmake
+++ b/cmake/genrev.cmake
@@ -68,5 +68,5 @@ if(NOT ("${rev_id_cached}" MATCHES "${rev_id_str}"))
"${BUILDDIR}/revision.h"
@ONLY
)
- set(rev_id_cached "${rev_id_str}" CACHE TYPE INTERNAL)
+ set(rev_id_cached "${rev_id_str}" CACHE INTERNAL "Cached revision ID")
endif()