diff options
author | Johan Andruejol <johan.andruejol@kitware.com> | 2015-03-02 19:28:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-03 14:17:47 (GMT) |
commit | e97141c2bc11d1cda3adc2579eeab53620d3b921 (patch) | |
tree | 020cda78e5a1f11342a90b81b86641fbe15212ee /Help | |
parent | d6a320ab5ef12459b98fae2711b9a386b4a01466 (diff) | |
download | CMake-e97141c2bc11d1cda3adc2579eeab53620d3b921.zip CMake-e97141c2bc11d1cda3adc2579eeab53620d3b921.tar.gz CMake-e97141c2bc11d1cda3adc2579eeab53620d3b921.tar.bz2 |
InstallRequiredSystemLibraries: Add option to specify install COMPONENT
Previously the module did not support projects using installation
components because install(PROGRAMS) was never called with COMPONENT.
Add an option to specify the COMPONENT so that projects doing this do
not have to resort to using CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP and
writing the install rule by hand.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/InstallRequiredSystemLibraries-COMPONENT.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/InstallRequiredSystemLibraries-COMPONENT.rst b/Help/release/dev/InstallRequiredSystemLibraries-COMPONENT.rst new file mode 100644 index 0000000..e6ebc2d --- /dev/null +++ b/Help/release/dev/InstallRequiredSystemLibraries-COMPONENT.rst @@ -0,0 +1,6 @@ +InstallRequiredSystemLibraries-COMPONENT +---------------------------------------- + +* The :module:`InstallRequiredSystemLibraries` module learned a new + ``CMAKE_INSTALL_SYSTEM_RUNTIME_COMPONENT`` option to specify the + installation component. |