mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Help: Clarify that RULE_LAUNCH_COMPILE is meant for internal use
Fixes: #22405
This commit is contained in:
@@ -3,5 +3,11 @@ RULE_LAUNCH_COMPILE
|
|||||||
|
|
||||||
Specify a launcher for compile rules.
|
Specify a launcher for compile rules.
|
||||||
|
|
||||||
See the global property of the same name for details. This overrides
|
.. note::
|
||||||
the global property for a directory.
|
This property is intended for internal use by :manual:`ctest(1)`. Projects
|
||||||
|
and developers should use the :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target
|
||||||
|
properties or the associated :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER`
|
||||||
|
variables instead.
|
||||||
|
|
||||||
|
See the :prop_gbl:`global property <RULE_LAUNCH_COMPILE>` of the same name
|
||||||
|
for details. This overrides the global property for a directory.
|
||||||
|
|||||||
@@ -3,5 +3,11 @@ RULE_LAUNCH_LINK
|
|||||||
|
|
||||||
Specify a launcher for link rules.
|
Specify a launcher for link rules.
|
||||||
|
|
||||||
See the global property of the same name for details. This overrides
|
.. note::
|
||||||
the global property for a directory.
|
This property is intended for internal use by :manual:`ctest(1)`. Projects
|
||||||
|
and developers should use the :prop_tgt:`<LANG>_LINKER_LAUNCHER` target
|
||||||
|
properties or the associated :variable:`CMAKE_<LANG>_LINKER_LAUNCHER`
|
||||||
|
variables instead.
|
||||||
|
|
||||||
|
See the :prop_gbl:`global property <RULE_LAUNCH_LINK>` of the same name for
|
||||||
|
details. This overrides the global property for a directory.
|
||||||
|
|||||||
@@ -3,6 +3,12 @@ RULE_LAUNCH_COMPILE
|
|||||||
|
|
||||||
Specify a launcher for compile rules.
|
Specify a launcher for compile rules.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
This property is intended for internal use by :manual:`ctest(1)`. Projects
|
||||||
|
and developers should use the :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target
|
||||||
|
properties or the associated :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER`
|
||||||
|
variables instead.
|
||||||
|
|
||||||
:ref:`Makefile Generators` and the :generator:`Ninja` generator prefix
|
:ref:`Makefile Generators` and the :generator:`Ninja` generator prefix
|
||||||
compiler commands with the given launcher command line.
|
compiler commands with the given launcher command line.
|
||||||
This is intended to allow launchers to intercept build problems
|
This is intended to allow launchers to intercept build problems
|
||||||
|
|||||||
@@ -3,6 +3,12 @@ RULE_LAUNCH_LINK
|
|||||||
|
|
||||||
Specify a launcher for link rules.
|
Specify a launcher for link rules.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
This property is intended for internal use by :manual:`ctest(1)`. Projects
|
||||||
|
and developers should use the :prop_tgt:`<LANG>_LINKER_LAUNCHER` target
|
||||||
|
properties or the associated :variable:`CMAKE_<LANG>_LINKER_LAUNCHER`
|
||||||
|
variables instead.
|
||||||
|
|
||||||
:ref:`Makefile Generators` and the :generator:`Ninja` generator prefix
|
:ref:`Makefile Generators` and the :generator:`Ninja` generator prefix
|
||||||
link and archive commands with the given launcher command line.
|
link and archive commands with the given launcher command line.
|
||||||
This is intended to allow launchers to intercept build problems
|
This is intended to allow launchers to intercept build problems
|
||||||
|
|||||||
@@ -3,5 +3,11 @@ RULE_LAUNCH_COMPILE
|
|||||||
|
|
||||||
Specify a launcher for compile rules.
|
Specify a launcher for compile rules.
|
||||||
|
|
||||||
See the global property of the same name for details. This overrides
|
.. note::
|
||||||
the global and directory property for a target.
|
This property is intended for internal use by :manual:`ctest(1)`. Projects
|
||||||
|
and developers should use the :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target
|
||||||
|
properties or the associated :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER`
|
||||||
|
variables instead.
|
||||||
|
|
||||||
|
See the :prop_gbl:`global property <RULE_LAUNCH_COMPILE>` of the same name
|
||||||
|
for details. This overrides the global and directory property for a target.
|
||||||
|
|||||||
@@ -3,5 +3,11 @@ RULE_LAUNCH_LINK
|
|||||||
|
|
||||||
Specify a launcher for link rules.
|
Specify a launcher for link rules.
|
||||||
|
|
||||||
See the global property of the same name for details. This overrides
|
.. note::
|
||||||
the global and directory property for a target.
|
This property is intended for internal use by :manual:`ctest(1)`. Projects
|
||||||
|
and developers should use the :prop_tgt:`<LANG>_LINKER_LAUNCHER` target
|
||||||
|
properties or the associated :variable:`CMAKE_<LANG>_LINKER_LAUNCHER`
|
||||||
|
variables instead.
|
||||||
|
|
||||||
|
See the :prop_gbl:`global property <RULE_LAUNCH_LINK>` of the same name for
|
||||||
|
details. This overrides the global and directory property for a target.
|
||||||
|
|||||||
Reference in New Issue
Block a user