BuildSystem: Set the proper type of the cached revision-variable, so it doesn't show up in the CMake GUI

--HG--
branch : trunk
This commit is contained in:
click
2010-10-15 00:55:31 +02:00
parent 92a379da7f
commit 607bc17d05

View File

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