cmake/Help/variable/CMAKE_EDIT_COMMAND.rst

9 lines
337 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_EDIT_COMMAND
------------------
2015-11-17 17:22:37 +01:00
Full path to :manual:`cmake-gui(1)` or :manual:`ccmake(1)`. Defined only for
:ref:`Makefile Generators` when not using an "extra" generator for an IDE.
2014-08-03 19:52:23 +02:00
This is the full path to the CMake executable that can graphically
2015-11-17 17:22:37 +01:00
edit the cache. For example, :manual:`cmake-gui(1)` or :manual:`ccmake(1)`.