1CMAKE_COMMAND
2-------------
3
4The full path to the :manual:`cmake(1)` executable.
5
6This is the full path to the CMake executable :manual:`cmake(1)` which is
7useful from custom commands that want to use the ``cmake -E`` option for
8portable system commands.  (e.g.  ``/usr/local/bin/cmake``)
9