PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` CMAKE_VERSION ------------- The CMake version string as three non-negative integer components separated by ``.`` and possibly followed by ``-`` and other information. The first two components represent the feature level and the third component represents either a bug-fix level or development date. Release versions and release candidate versions of CMake use the format:: ..[-rc] where the ```` component is less than ``20000000``. Development versions of CMake use the format:: ..[-] where the ```` component is of format ``CCYYMMDD`` and ```` may contain arbitrary text. This represents development as of a particular date following the ``.`` feature release. Individual component values are also available in variables: * :variable:`CMAKE_MAJOR_VERSION` * :variable:`CMAKE_MINOR_VERSION` * :variable:`CMAKE_PATCH_VERSION` * :variable:`CMAKE_TWEAK_VERSION` Use the :command:`if` command ``VERSION_LESS``, ``VERSION_GREATER``, ``VERSION_EQUAL``, ``VERSION_LESS_EQUAL``, or ``VERSION_GREATER_EQUAL`` operators to compare version string values against ``CMAKE_VERSION`` using a component-wise test. Version component values may be 10 or larger so do not attempt to compare version strings as floating-point numbers. .. note:: CMake versions 2.8.2 through 2.8.12 used three components for the feature level. Release versions represented the bug-fix level in a fourth component, i.e. ``..[.][-rc]``. Development versions represented the development date in the fourth component, i.e. ``...[-]``. CMake versions prior to 2.8.2 used three components for the feature level and had no bug-fix component. Release versions used an even-valued second component, i.e. ``..[-rc]``. Development versions used an odd-valued second component with the development date as the third component, i.e. ``..``. The ``CMAKE_VERSION`` variable is defined by CMake 2.6.3 and higher. Earlier versions defined only the individual component variables.