diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2017-03-26 00:05:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-27 12:57:33 (GMT) |
commit | 1e0fc685010d4b6c656c501908f812bf000251ed (patch) | |
tree | d07d3e52b11870579b336896595125fcea659d26 /Modules | |
parent | 1adbe223cd10ee133f5137da028ed86ddef7cc4d (diff) | |
download | CMake-1e0fc685010d4b6c656c501908f812bf000251ed.zip CMake-1e0fc685010d4b6c656c501908f812bf000251ed.tar.gz CMake-1e0fc685010d4b6c656c501908f812bf000251ed.tar.bz2 |
CPack/RPM can now generate a single debuginfo package
CMake 3.8 introduced possibility of
generating a single debuginfo package
even if component packaging is enabled
so this note no longer applies.
Diffstat (limited to 'Modules')
-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 |