mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
d588e81ffb
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
3 lines
66 B
CMake
3 lines
66 B
CMake
set(CMAKE_POLICY_WARNING_CMP0172 1)
|
|
cmake_policy(SET CMP0172 OLD)
|