Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marc Chevrier
CMake
Commits
a0e2e0ca
Commit
a0e2e0ca
authored
Nov 04, 2019
by
Kyle Edwards
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help: Add documentation and release notes for INSTALL_NAME_DIR genex
parent
deeab72a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
Help/manual/cmake-generator-expressions.7.rst
Help/manual/cmake-generator-expressions.7.rst
+2
-1
Help/prop_tgt/INSTALL_NAME_DIR.rst
Help/prop_tgt/INSTALL_NAME_DIR.rst
+4
-0
Help/release/dev/install-name-dir-genex.rst
Help/release/dev/install-name-dir-genex.rst
+7
-0
No files found.
Help/manual/cmake-generator-expressions.7.rst
View file @
a0e2e0ca
...
...
@@ -596,7 +596,8 @@ Target-Dependent Queries
requirement.
``$<INSTALL_PREFIX>``
Content of the install prefix when the target is exported via
:command:`install(EXPORT)` and empty otherwise.
:command:`install(EXPORT)`, or when evaluated in
:prop_tgt:`INSTALL_NAME_DIR`, and empty otherwise.
Output-Related Expressions
--------------------------
...
...
Help/prop_tgt/INSTALL_NAME_DIR.rst
View file @
a0e2e0ca
...
...
@@ -10,3 +10,7 @@ installed targets.
This property is initialized by the value of the variable
:variable:`CMAKE_INSTALL_NAME_DIR` if it is set when a target is
created.
This property supports :manual:`generator expressions <cmake-generator-expressions(7)>`.
In particular, the ``$<INSTALL_PREFIX>`` generator expression can be used to set the
directory relative to the install-time prefix.
Help/release/dev/install-name-dir-genex.rst
0 → 100644
View file @
a0e2e0ca
install-name-dir-genex
----------------------
* The :prop_tgt:`INSTALL_NAME_DIR` target property now supports
:manual:`generator expressions <cmake-generator-expressions(7)>`.
In particular, the ``$<INSTALL_PREFIX>`` generator expression can
be used to set the directory relative to the install-time prefix.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment