mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-14 10:19:56 -06:00
Since macOS 12.0 deprecated the tools needed to attach a SLA to a `.dmg`, we should no longer do this by default. Add a policy to change the default to off. Fixes: #22978
12 lines
202 B
CMake
12 lines
202 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0133-NEW)
|
|
run_cmake(CMP0133-WARN)
|
|
run_cmake(Simple)
|
|
run_cmake(Default)
|
|
run_cmake(Special)
|
|
run_cmake(Verbatim)
|
|
run_cmake(Version1)
|
|
run_cmake(Version2)
|
|
run_cmake(Version3)
|