mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user