diff options
author | Brad King <brad.king@kitware.com> | 2017-03-27 12:57:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-27 12:57:40 (GMT) |
commit | 2b350775d212835a39cf541bbb46aec0a7bf52cf (patch) | |
tree | c3c7b7b213078560dcc9666fdf7cafdf033b4634 | |
parent | 3b7f19a72ff2216b4613fdc8c5edf5d56e74d6fc (diff) | |
parent | 1e0fc685010d4b6c656c501908f812bf000251ed (diff) | |
download | CMake-2b350775d212835a39cf541bbb46aec0a7bf52cf.zip CMake-2b350775d212835a39cf541bbb46aec0a7bf52cf.tar.gz CMake-2b350775d212835a39cf541bbb46aec0a7bf52cf.tar.bz2 |
Merge branch 'cpack-rpm-debuginfo-docs-cleanup' into release
-rw-r--r-- | Modules/CPackRPM.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Modules/CPackRPM.cmake b/Modules/CPackRPM.cmake index 87fa9dd..e905bc6 100644 --- a/Modules/CPackRPM.cmake +++ b/Modules/CPackRPM.cmake @@ -721,14 +721,6 @@ # Debuginfo packages contain debug symbols and sources for debugging packaged # binaries. # -# .. note:: -# -# Currently multiple debuginfo packages are generated if component based -# packaging is used - one debuginfo package per component. This duplicates -# sources if multiple binaries are using them. This is a side effect of -# how CPackRPM currently generates component packages and will be addressed -# in later versions of the generator. -# # Debuginfo RPM packaging has it's own set of variables: # # .. variable:: CPACK_RPM_DEBUGINFO_PACKAGE |