cmake/Help/variable/CMAKE_COMMAND.rst

9 lines
295 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_COMMAND
-------------
2015-11-17 17:22:37 +01:00
The full path to the :manual:`cmake(1)` executable.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
This is the full path to the CMake executable :manual:`cmake(1)` which is
2022-11-16 20:14:03 +01:00
useful from custom commands that want to use the :option:`cmake -E` option for
2015-11-17 17:22:37 +01:00
portable system commands. (e.g. ``/usr/local/bin/cmake``)