summaryrefslogtreecommitdiffstats
path: root/Modules/FindITK.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindITK: Use passthru find_package config mode for messagesBrad King2011-04-181-7/+9
| | | | | | | The custom error message that mentions PREFIX/lib/InsightToolkit is not accurate for ITKv4. Just use the more generic message that find_package generates by default. This module is now almost a no-op but exists to tell find_package to look for the InsightToolkit name as well as ITK.
* Modernize FindITK module (#11494)Brad King2010-11-221-61/+17
| | | | | | | Use the Config mode of find_package to search for ITKConfig. This makes FindITK a thin-wrapper around a standard find_package, bringing benefits like searching lib64 paths when appropriate. This does for FindITK what commit 2c1a01dc (Modernize FindVTK module, 2009-10-07) did for FindVTK.
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+12
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* ENH: some style fixes for the bookKen Martin2005-12-151-14/+14
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-17/+15
|
* BUG#682: Adding environment variable check to FIND_PACKAGE command.Brad King2004-04-261-0/+3
|
* ENH: Terminate with a FATAL_ERROR if FIND_PACKAGE command was called with ↵Brad King2004-04-211-1/+6
| | | | REQUIRED argument and package was not found.
* BUG: fix for bug 608Bill Hoffman2004-04-141-2/+2
|
* ENH: Enhanced FindITK supporting use of ITK from an install tree or a build ↵Brad King2002-11-061-25/+63
| | | | tree. Only one cache entry is brought into user's project, called "ITK_DIR". This is the location of an ITKConfig.cmake file from which other settings are loaded.
* *** empty log message ***Bill Hoffman2001-10-261-0/+43