mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
b760828d3f
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
7 lines
127 B
CMake
7 lines
127 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
|
|
project(${RunCMake_TEST})
|
|
include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
|
|
|
|
include(CPack)
|