diff options
author | Brad King <brad.king@kitware.com> | 2023-09-21 13:39:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-09-21 13:39:56 (GMT) |
commit | f83790af0b0bdc7c409c2fb5d2e88d8c9c177684 (patch) | |
tree | e8d18380202338ba567879667f66727f9eca5e27 /Help/manual/cmake-policies.7.rst | |
parent | 8030dd0986716df5368813b5792dbb28fb06ed82 (diff) | |
parent | ec2ba29ac5e424cf0c52ba8ea5c2e3a4c2667d7a (diff) | |
download | CMake-f83790af0b0bdc7c409c2fb5d2e88d8c9c177684.zip CMake-f83790af0b0bdc7c409c2fb5d2e88d8c9c177684.tar.gz CMake-f83790af0b0bdc7c409c2fb5d2e88d8c9c177684.tar.bz2 |
Merge topic 'fileset-private-dep'
ec2ba29ac5 Ninja: Allow compilation before generation of dependencies' private sources
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8420
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-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 a018aff..dff4f34 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.28 .. toctree:: :maxdepth: 1 + CMP0154: Generated files are private by default in targets using file sets. </policy/CMP0154> CMP0153: The exec_program command should not be called. </policy/CMP0153> CMP0152: file(REAL_PATH) resolves symlinks before collapsing ../ components. </policy/CMP0152> |