summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorJohan Andruejol <johan.andruejol@kitware.com>2015-03-02 19:28:14 (GMT)
committerBrad King <brad.king@kitware.com>2015-03-03 14:17:47 (GMT)
commite97141c2bc11d1cda3adc2579eeab53620d3b921 (patch)
tree020cda78e5a1f11342a90b81b86641fbe15212ee /Help
parentd6a320ab5ef12459b98fae2711b9a386b4a01466 (diff)
downloadCMake-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.rst6
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.