summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_ECLIPSE_VERSION.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-18 12:57:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-04-18 12:57:32 (GMT)
commitde3c7bd7994490a01fc0805fcfff277f07cb9116 (patch)
treeb7d8d8945f78c7a7d196aaa0d9f91fe43176124d /Help/variable/CMAKE_ECLIPSE_VERSION.rst
parentf5c8a46808dcf55652fe6bb13fca70bd241d5d46 (diff)
parent7b3a1069bf9e0ba5fd11231d00b99e8952b187a6 (diff)
downloadCMake-de3c7bd7994490a01fc0805fcfff277f07cb9116.zip
CMake-de3c7bd7994490a01fc0805fcfff277f07cb9116.tar.gz
CMake-de3c7bd7994490a01fc0805fcfff277f07cb9116.tar.bz2
Merge topic 'AddDocumentationForEclipseVariables'
7b3a1069 Help: Document Eclipse-generator related variables (#15827)
Diffstat (limited to 'Help/variable/CMAKE_ECLIPSE_VERSION.rst')
-rw-r--r--Help/variable/CMAKE_ECLIPSE_VERSION.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_ECLIPSE_VERSION.rst b/Help/variable/CMAKE_ECLIPSE_VERSION.rst
new file mode 100644
index 0000000..8cc7882
--- /dev/null
+++ b/Help/variable/CMAKE_ECLIPSE_VERSION.rst
@@ -0,0 +1,10 @@
+CMAKE_ECLIPSE_VERSION
+---------------------
+
+This cache variable is used by the Eclipse project generator. See
+:manual:`cmake-generators(7)`.
+
+When using the Eclipse project generator, CMake tries to find the Eclipse
+executable and detect the version of it. Depending on the version it finds,
+some features are enabled or disabled. If CMake doesn't find
+Eclipse, it assumes the oldest supported version, Eclipse Callisto (3.2).