mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -06:00
Add policy CMP0172 to set `CPACK_WIX_INSTALL_SCOPE` to `perMachine` by default. Follow up commit60661f6770(CPack/WiX: Make InstallScope configurable, 2023-11-07, v3.29.0-rc1~413^2) and commit614100dbf6(CPack/WiX: Restore default (missing) InstallScope from 3.28 and lower, 2024-06-05, v3.30.0-rc1~7^2~1). Issue: #20962 Issue: #26029
18 lines
342 B
CMake
18 lines
342 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(Simple)
|
|
run_cmake(Default)
|
|
run_cmake(Special)
|
|
run_cmake(Verbatim)
|
|
run_cmake(Version1)
|
|
run_cmake(Version2)
|
|
run_cmake(Version3)
|