mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 10:10:08 -06:00
Merge topic 'doc-export-compile-commands'
a28fb5980bHelp:CMAKE_[CTEST,CPACK]_COMMAND]: correct copy-paste error1ed074cf6dHelp:CMAKE_EXPORT_COMPILE_COMMANDS: link to Ninja Generators Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7610
This commit is contained in:
@@ -5,6 +5,6 @@ CMAKE_CPACK_COMMAND
|
||||
|
||||
Full path to :manual:`cpack(1)` command installed with CMake.
|
||||
|
||||
This is the full path to the CPack executable :manual:`cpack(1)` which is
|
||||
useful from custom commands that want to use the :option:`cmake -E <cmake_E -E>`
|
||||
option for portable system commands.
|
||||
This is the full path to the CPack executable :manual:`cpack(1)`
|
||||
that can be used for custom commands or tests to invoke
|
||||
CPack commands.
|
||||
|
||||
@@ -3,6 +3,6 @@ CMAKE_CTEST_COMMAND
|
||||
|
||||
Full path to :manual:`ctest(1)` command installed with CMake.
|
||||
|
||||
This is the full path to the CTest executable :manual:`ctest(1)` which is
|
||||
useful from custom commands that want to use the :option:`cmake -E <cmake_E -E>`
|
||||
option for portable system commands.
|
||||
This is the full path to the CTest executable :manual:`ctest(1)`
|
||||
that can be used for custom commands or tests to invoke
|
||||
CTest commands.
|
||||
|
||||
@@ -33,7 +33,7 @@ property for all targets.
|
||||
|
||||
.. note::
|
||||
This option is implemented only by :ref:`Makefile Generators`
|
||||
and the :generator:`Ninja`. It is ignored on other generators.
|
||||
and :ref:`Ninja Generators`. It is ignored on other generators.
|
||||
|
||||
This option currently does not work well in combination with
|
||||
the :prop_tgt:`UNITY_BUILD` target property or the
|
||||
|
||||
Reference in New Issue
Block a user