mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-14 02:59:53 -06:00
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
3 lines
66 B
CMake
3 lines
66 B
CMake
set(CMAKE_POLICY_WARNING_CMP0206 1)
|
|
cmake_policy(SET CMP0206 OLD)
|