summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst')
-rw-r--r--Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst b/Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst
new file mode 100644
index 000000000..1e53ed62d
--- /dev/null
+++ b/Help/variable/CMAKE_CACHE_MAJOR_VERSION.rst
@@ -0,0 +1,8 @@
+CMAKE_CACHE_MAJOR_VERSION
+-------------------------
+
+Major version of CMake used to create the ``CMakeCache.txt`` file
+
+This stores the major version of CMake used to write a CMake cache
+file. It is only different when a different version of CMake is run
+on a previously created cache file.