diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2018-04-18 20:52:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-05-03 12:08:42 (GMT) |
commit | 7e8046e20b766b5363bc91a1bcae4eae2fc9263b (patch) | |
tree | f972d0ee491669af03bdb1dfff55d9e68856f708 | |
parent | c02eeb08536e14c773961f9288b83a950cee6b55 (diff) | |
download | CMake-7e8046e20b766b5363bc91a1bcae4eae2fc9263b.zip CMake-7e8046e20b766b5363bc91a1bcae4eae2fc9263b.tar.gz CMake-7e8046e20b766b5363bc91a1bcae4eae2fc9263b.tar.bz2 |
Help: add release notes for NAMELINK_COMPONENT
-rw-r--r-- | Help/release/dev/namelink-component.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/namelink-component.rst b/Help/release/dev/namelink-component.rst new file mode 100644 index 0000000..aaeb04f --- /dev/null +++ b/Help/release/dev/namelink-component.rst @@ -0,0 +1,7 @@ +namelink-component +------------------ + +* The :command:`install` command learned an optional ``NAMELINK_COMPONENT`` + parameter, which allows you to change the component for a shared library's + namelink. If none is specified, the value of ``COMPONENT`` is used by + default. |