mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
452 B
ReStructuredText
13 lines
452 B
ReStructuredText
CMAKE_ECLIPSE_VERSION
|
|
---------------------
|
|
|
|
.. versionadded:: 3.6
|
|
|
|
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).
|