blob: 3bc67c5c9e2ec784db235436d8ea16e3cc0b4f71 [file] [log] [blame]
Vince Harrond4410da2015-06-04 16:35:46 -07001FindVTK
2-------
3
4This module no longer exists.
5
6This module existed in versions of CMake prior to 3.1, but became
7only a thin wrapper around ``find_package(VTK NO_MODULE)`` to
8provide compatibility for projects using long-outdated conventions.
9Now ``find_package(VTK)`` will search for ``VTKConfig.cmake``
10directly.