summaryrefslogtreecommitdiff
path: root/Help/policy
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-18 13:00:17 -0400
committerBrad King <brad.king@kitware.com>2013-10-22 09:09:52 -0400
commit6865c8fe05d407077a598fcc0921ef62dfeaf021 (patch)
tree7295bc74f2589671684e77c44a7a37ccdbbfac21 /Help/policy
parentaa76518f8bfd821f000d1779066eb7614cdd079b (diff)
downloadcmake-6865c8fe05d407077a598fcc0921ef62dfeaf021.tar.gz
Add policy CMP0032 to disallow output_required_files
Diffstat (limited to 'Help/policy')
-rw-r--r--Help/policy/CMP0032.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/policy/CMP0032.rst b/Help/policy/CMP0032.rst
new file mode 100644
index 0000000000..1b6be4854c
--- /dev/null
+++ b/Help/policy/CMP0032.rst
@@ -0,0 +1,13 @@
+CMP0032
+-------
+
+The :command:`output_required_files` command should not be called.
+
+This command was added in June 2001 to expose the then-current CMake
+implicit dependency scanner. CMake's real implicit dependency scanner
+has evolved since then but is not exposed through this command. The
+scanning capabilities of this command are very limited and this
+functionality is better achieved through dedicated outside tools.
+
+.. |disallowed_version| replace:: 3.0.0
+.. include:: DISALLOWED_COMMAND.txt