diff options
author | Brad King <brad.king@kitware.com> | 2014-10-02 13:22:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-02 13:28:02 (GMT) |
commit | fd6fa6572665d461a0a6f4fd5354f8ace71ad2b2 (patch) | |
tree | eb0ba2fc89cfa537e804f4991e1d94202bc7d509 /Help/module | |
parent | 99d34f46fa394a9daabb7ca959e1540ae3a41ef2 (diff) | |
download | CMake-fd6fa6572665d461a0a6f4fd5354f8ace71ad2b2.zip CMake-fd6fa6572665d461a0a6f4fd5354f8ace71ad2b2.tar.gz CMake-fd6fa6572665d461a0a6f4fd5354f8ace71ad2b2.tar.bz2 |
FindITK: Drop this ancient compatibility module
The FindITK module only existed to help find_package(ITK) calls work in
old projects written to use "USE_ITK_FILE" instead of "ITK_USE_FILE".
Drop it to allow find_package(ITK) calls to search for ITKConfig.cmake
directly.
Diffstat (limited to 'Help/module')
-rw-r--r-- | Help/module/FindITK.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Help/module/FindITK.rst b/Help/module/FindITK.rst index dbfabbd..21a922f 100644 --- a/Help/module/FindITK.rst +++ b/Help/module/FindITK.rst @@ -1 +1,10 @@ -.. cmake-module:: ../../Modules/FindITK.cmake +FindITK +------- + +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(ITK NO_MODULE)`` to +provide compatibility for projects using long-outdated conventions. +Now ``find_package(ITK)`` will search for ``ITKConfig.cmake`` +directly. |