FindITK.rst 316 B

12345678910
  1. FindITK
  2. -------
  3. This module no longer exists.
  4. This module existed in versions of CMake prior to 3.1, but became
  5. only a thin wrapper around ``find_package(ITK NO_MODULE)`` to
  6. provide compatibility for projects using long-outdated conventions.
  7. Now ``find_package(ITK)`` will search for ``ITKConfig.cmake``
  8. directly.