Brad King
561ae21f40
Help: Clarify that {add,target}_compile_options are not used for linking
...
Link to alternatives that can be used for adding link options.
Issue: #24662
2023-03-31 11:30:51 -04:00
Alex Turbov
d4d1f85297
Help: Move a note about arguments and genexes into include file
2022-11-09 23:52:30 +04:00
Alex Turbov
65457e4fae
Help: Add _See Also_ sections to related CMake commands
2022-11-09 23:52:30 +04:00
Kitware Robot
496ec6036f
Help: Add Sphinx 'versionadded' directives to each top-level document
...
Run the `Utilities/Sphinx/update_versions.py` script to add initial
markup to every top-level document and find module.
Issue: #19715
2020-07-06 10:23:20 -04:00
Marc Chevrier
4248bb452a
CUDA: Device linking use now link options
...
properties LINK_OPTIONS and INTERFACE_LINK_OPTIONS are propagated
to the device link step.
To control which options are selected for normal link and device link steps,
the $<DEVICE_LINK> and $<HOST_LINK> generator expressions can be used.
Fixes : #18265
2020-04-19 15:53:11 +02:00
Craig Scott
a6a543ced6
Help: Clarify that link options don't apply to static library targets
2019-05-05 19:05:14 +10:00
Brad King
f7b8e67463
Merge topic 'doc-updates'
...
2f9c253961 Help: clarify "LINKER:" prefix usage
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2530
2018-10-26 11:02:09 -04:00
Marc Chevrier
2f9c253961
Help: clarify "LINKER:" prefix usage
...
Fixes : #18503
2018-10-26 09:36:53 -04:00
Joachim Wuttke (o)
adbaadf0ee
Help: Apply syntax highlighting to project commands
...
* Replace most "::" by ".. code-block:: cmake"
* Header sentence in imperative voice,
detailed command description in present tense.
2018-10-25 13:47:31 +02:00
Robert Maynard
6b17d85873
Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are used
2018-08-09 12:54:16 -04:00
Marc Chevrier
66ea1a3795
LINK_OPTIONS: Add support of "LINKER:" prefix
2018-06-06 17:22:41 +02:00
Marc Chevrier
c1f5a44b28
LINK_OPTIONS: Add new family of properties
...
This family enable to manage link flags
Three new properties:
* directory property: LINK_OPTIONS
* target properties: LINK_OPTIONS and INTERFACE_LINK_OPTIONS
Two new commands
* add_link_options(): to populate directory property
* target_link_options(): to populate target properties
Fixes : #16543
2018-06-06 17:22:39 +02:00