mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
a2031d3a3a
Debuginfo packages can not be created from programs and shared libraries that do not have execute permissions.
7 lines
241 B
ReStructuredText
7 lines
241 B
ReStructuredText
cpack-rpm-check-executable-flags
|
|
--------------------------------
|
|
|
|
* The :module:`CPackRPM` module learned to enable enforcing of execute
|
|
privilages on programs and shared libraries.
|
|
See :variable:`CPACK_RPM_INSTALL_WITH_EXEC` variable.
|