diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2024-01-05 16:58:04 (GMT) |
---|---|---|
committer | Robert Maynard <rmaynard@nvidia.com> | 2024-01-23 13:50:38 (GMT) |
commit | 0cfd8fe8ad01f05ba95f51c4d6ce2f8774de3f5c (patch) | |
tree | 74714e2a2374dedb5738507329872f5c5e0b3ade /Help/manual | |
parent | eee631bb8a94a5b39c01c11671183538497824d7 (diff) | |
download | CMake-0cfd8fe8ad01f05ba95f51c4d6ce2f8774de3f5c.zip CMake-0cfd8fe8ad01f05ba95f51c4d6ce2f8774de3f5c.tar.gz CMake-0cfd8fe8ad01f05ba95f51c4d6ce2f8774de3f5c.tar.bz2 |
cmTarget: Don't allow setting read-only properties
Ensure that all documented read-only target properties now produce
errors when trying to set.
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 2bb4f2f..d37c855 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 + 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> CMP0157: Swift compilation mode is selected by an abstraction. </policy/CMP0157> |