1CMAKE_ECLIPSE_VERSION 2--------------------- 3 4.. versionadded:: 3.6 5 6This cache variable is used by the Eclipse project generator. See 7:manual:`cmake-generators(7)`. 8 9When using the Eclipse project generator, CMake tries to find the Eclipse 10executable and detect the version of it. Depending on the version it finds, 11some features are enabled or disabled. If CMake doesn't find 12Eclipse, it assumes the oldest supported version, Eclipse Callisto (3.2). 13