diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 17:00:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-22 13:09:52 (GMT) |
commit | 6865c8fe05d407077a598fcc0921ef62dfeaf021 (patch) | |
tree | 7295bc74f2589671684e77c44a7a37ccdbbfac21 /Help/command | |
parent | aa76518f8bfd821f000d1779066eb7614cdd079b (diff) | |
download | CMake-6865c8fe05d407077a598fcc0921ef62dfeaf021.zip CMake-6865c8fe05d407077a598fcc0921ef62dfeaf021.tar.gz CMake-6865c8fe05d407077a598fcc0921ef62dfeaf021.tar.bz2 |
Add policy CMP0032 to disallow output_required_files
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/output_required_files.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/output_required_files.rst b/Help/command/output_required_files.rst index d6bce13..5e13557 100644 --- a/Help/command/output_required_files.rst +++ b/Help/command/output_required_files.rst @@ -1,7 +1,9 @@ output_required_files --------------------- -Deprecated. Approximate C preprocessor dependency scanning. +Disallowed. See CMake Policy :policy:`CMP0032`. + +Approximate C preprocessor dependency scanning. This command exists only because ancient CMake versions provided it. CMake handles preprocessor dependency scanning automatically using a |