diff options
author | Brad King <brad.king@kitware.com> | 2014-10-02 09:25:44 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-02 09:28:02 -0400 |
commit | 5b5e80e7288b42b1221b374c86e6ece39853c3bd (patch) | |
tree | 1acda4334456de0f1de7730b9de498121788fc96 /Help/module | |
parent | fd6fa6572665d461a0a6f4fd5354f8ace71ad2b2 (diff) | |
download | cmake-5b5e80e7288b42b1221b374c86e6ece39853c3bd.tar.gz |
FindVTK: Drop this ancient compatibility module
The FindVTK module only existed to help find_package(VTK) calls work in
old projects written to use "USE_VTK_FILE" instead of "VTK_USE_FILE".
Drop it to allow find_package(VTK) calls to search for VTKConfig.cmake
directly.
Diffstat (limited to 'Help/module')
-rw-r--r-- | Help/module/FindVTK.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Help/module/FindVTK.rst b/Help/module/FindVTK.rst index f9c1efe5f8..3bc67c5c9e 100644 --- a/Help/module/FindVTK.rst +++ b/Help/module/FindVTK.rst @@ -1 +1,10 @@ -.. cmake-module:: ../../Modules/FindVTK.cmake +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. |