summaryrefslogtreecommitdiff
path: root/Help/module/FindVTK.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/module/FindVTK.rst')
-rw-r--r--Help/module/FindVTK.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/module/FindVTK.rst b/Help/module/FindVTK.rst
new file mode 100644
index 000000000..3bc67c5c9
--- /dev/null
+++ b/Help/module/FindVTK.rst
@@ -0,0 +1,10 @@
+FindVTK
+-------
+
+This module no longer exists.
+
+This module existed in versions of CMake prior to 3.1, but became
+only a thin wrapper around ``find_package(VTK NO_MODULE)`` to
+provide compatibility for projects using long-outdated conventions.
+Now ``find_package(VTK)`` will search for ``VTKConfig.cmake``
+directly.