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