diff options
author | Brad King <brad.king@kitware.com> | 2024-03-29 13:58:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-03-29 13:59:06 (GMT) |
commit | f852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7 (patch) | |
tree | 518b504766c78f713b4dad792884fc388e2cda4e /Help/manual | |
parent | 8ffe1fd22c4da18f1e1f3f7f0210b675db1f888e (diff) | |
parent | 071f0d6f983546cf7ec5ab8a376c4d547293304a (diff) | |
download | CMake-f852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7.zip CMake-f852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7.tar.gz CMake-f852f33c69a2bca9e0e3be3b0d43b53bf18aa8f7.tar.bz2 |
Merge topic 'prop-GENERATED-visibility'
071f0d6f98 CMP0163: Make GENERATED source file property globally visible
00c6573d86 cmSetPropertyCommand: Refactor checks for CMP0118
e04af1e9c2 cmGetSorceFilePropertyCommand: Simplify string comparisons
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9308
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 9717e3d..821a39a 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.30 .. toctree:: :maxdepth: 1 + CMP0163: The GENERATED source file property is now visible in all directories. </policy/CMP0163> CMP0162: Visual Studio generators add UseDebugLibraries indicators by default. </policy/CMP0162> Policies Introduced by CMake 3.29 |