mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 10:20:56 -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
21 lines
412 B
CMake
21 lines
412 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0133-NEW)
|
|
run_cmake(CMP0133-WARN)
|
|
run_cmake(CMP0161-NEW)
|
|
run_cmake(CMP0161-OLD)
|
|
run_cmake(CMP0161-WARN)
|
|
run_cmake(CMP0172-NEW)
|
|
run_cmake(CMP0172-OLD)
|
|
run_cmake(CMP0172-WARN)
|
|
run_cmake(CMP0206-NEW)
|
|
run_cmake(CMP0206-OLD)
|
|
run_cmake(CMP0206-WARN)
|
|
run_cmake(Simple)
|
|
run_cmake(Default)
|
|
run_cmake(Special)
|
|
run_cmake(Verbatim)
|
|
run_cmake(Version1)
|
|
run_cmake(Version2)
|
|
run_cmake(Version3)
|