mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 17:30:17 -06:00
Merge topic 'doc-INSTALL_PREFIX'
925f9f18dd Help: INSTALL_PREFIX in install(CODE|SCRIPT) was added in CMake 3.27
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Alex <leha-bot@yandex.ru>
Acked-by: Frank Dana <ferdnyc@gmail.com>
Merge-request: !9135
This commit is contained in:
@@ -2333,10 +2333,13 @@ Export And Install Expressions
|
||||
|
||||
Content of the install prefix when the target is exported via
|
||||
:command:`install(EXPORT)`, or when evaluated in the
|
||||
:prop_tgt:`INSTALL_NAME_DIR` property, the ``INSTALL_NAME_DIR`` argument of
|
||||
:command:`install(RUNTIME_DEPENDENCY_SET)`, the code argument of
|
||||
:command:`install(CODE)`, or the file argument of :command:`install(SCRIPT)`,
|
||||
and empty otherwise.
|
||||
:prop_tgt:`INSTALL_NAME_DIR` property or the ``INSTALL_NAME_DIR`` argument of
|
||||
:command:`install(RUNTIME_DEPENDENCY_SET)`, and empty otherwise.
|
||||
|
||||
.. versionchanged:: 3.27
|
||||
Evaluates to the content of the install prefix
|
||||
in the code argument of :command:`install(CODE)` or
|
||||
the file argument of :command:`install(SCRIPT)`.
|
||||
|
||||
Multi-level Expression Evaluation
|
||||
---------------------------------
|
||||
|
||||
Reference in New Issue
Block a user