Files
CMake/Tests/RunCMake/CPackConfig/CMP0206-NEW-check.cmake
T
Clinton Stimpson 5a18728cec CPack/Archive: Add support for setting UID/GID in archive
Add `CPACK_ARCHIVE_UID` and `CPACK_ARCHIVE_GID` options.

Add a policy to change the default to 0/0 to enable ownership
by root if unpacking as root.

Fixes: #12901
2025-11-08 09:25:08 -05:00

4 lines
116 B
CMake

include(${RunCMake_SOURCE_DIR}/check.cmake)
test_variable(CPACK_ARCHIVE_UID "")
test_variable(CPACK_ARCHIVE_GID "")