summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/module/FindVTK.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/module/FindVTK.rst')
-rw-r--r--share/cmake-3.10/Help/module/FindVTK.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/module/FindVTK.rst b/share/cmake-3.10/Help/module/FindVTK.rst
new file mode 100644
index 0000000..3bc67c5
--- /dev/null
+++ b/share/cmake-3.10/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.