summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2011-10-30 19:13:20 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2011-10-30 19:13:20 (GMT)
commite20c59ae5013affa5f80f5f9b76020bdcbd42f4d (patch)
treef4addc32c0d9d20e9bd51d5c5cdf71be2b4740e7 /Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in
parentba5c6493d9a2ae1a24df725136395c36850de6f2 (diff)
downloadCMake-e20c59ae5013affa5f80f5f9b76020bdcbd42f4d.zip
CMake-e20c59ae5013affa5f80f5f9b76020bdcbd42f4d.tar.gz
CMake-e20c59ae5013affa5f80f5f9b76020bdcbd42f4d.tar.bz2
CPackRPM support component specific variables for spec files
This is a modified version of a user patch Inspired-By: informant
Diffstat (limited to 'Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in')
-rw-r--r--Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in b/Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in
index 1e1a410..2d251b3 100644
--- a/Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in
+++ b/Tests/CPackComponentsForAll/MyLibCPackConfig-OnePackPerGroup.cmake.in
@@ -7,6 +7,7 @@ endif(CPACK_GENERATOR MATCHES "ZIP")
if(CPACK_GENERATOR MATCHES "RPM")
set(CPACK_RPM_COMPONENT_INSTALL "ON")
+ set(CPACK_RPM_Development_PACKAGE_REQUIRES "mylib-Runtime")
endif(CPACK_GENERATOR MATCHES "RPM")
if(CPACK_GENERATOR MATCHES "DEB")