diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-01-28 06:57:58 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-01-28 10:09:12 (GMT) |
commit | 339ae33e555b1820174ca99e9aaa04dffe29febc (patch) | |
tree | 254f15b902a4229b4265926e2a6390f21b5bfe24 /Help/manual | |
parent | 4e7f2397e4d3c187af5ee08e85601e67d36dd18e (diff) | |
download | CMake-339ae33e555b1820174ca99e9aaa04dffe29febc.zip CMake-339ae33e555b1820174ca99e9aaa04dffe29febc.tar.gz CMake-339ae33e555b1820174ca99e9aaa04dffe29febc.tar.bz2 |
CPack: Change CPACK_PRODUCTBUILD_DOMAINS default to true (CMP0161)
Fixes: #23351
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index d37c855..bb6cfd4 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.29 .. toctree:: :maxdepth: 1 + CMP0161: CPACK_PRODUCTBUILD_DOMAINS defaults to true. </policy/CMP0161> CMP0160: More read-only target properties now error when trying to set them. </policy/CMP0160> CMP0159: file(STRINGS) with REGEX updates CMAKE_MATCH_<n>. </policy/CMP0159> CMP0158: add_test() honors CMAKE_CROSSCOMPILING_EMULATOR only when cross-compiling. </policy/CMP0158> |