summaryrefslogtreecommitdiffstats
path: root/Modules/FindITK.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-12-15 15:41:19 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-12-15 15:41:19 (GMT)
commitd2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch)
tree4411afc189c59d4564de0d061578334364d17741 /Modules/FindITK.cmake
parent4b0fd57bef650dd027460f9ed50fb2687f214645 (diff)
downloadCMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.zip
CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz
CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.bz2
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindITK.cmake')
-rw-r--r--Modules/FindITK.cmake28
1 files changed, 14 insertions, 14 deletions
diff --git a/Modules/FindITK.cmake b/Modules/FindITK.cmake
index 2612bd6..2e2b034 100644
--- a/Modules/FindITK.cmake
+++ b/Modules/FindITK.cmake
@@ -1,24 +1,24 @@
# - Find an ITK installation or build tree.
+
# When ITK is found, the ITKConfig.cmake file is sourced to setup the
# location and configuration of ITK. Please read this file, or
# ITKConfig.cmake.in from the ITK source tree for the full list of
-# definitions. Of particular interest is
-#
-# ITK_USE_FILE - A CMake source file that can be included
-# to set the include directories, library
-# directories, and preprocessor macros.
-# In addition to the variables read from ITKConfig.cmake, this find
-# module also defines
-# ITK_DIR - The directory containing ITKConfig.cmake. This is
-# either the root of the build tree, or the
-# lib/InsightToolkit directory. This is the only
-# cache entry.
+# definitions. Of particular interest is ITK_USE_FILE, a CMake source file
+# that can be included to set the include directories, library directories,
+# and preprocessor macros. In addition to the variables read from
+# ITKConfig.cmake, this find module also defines
+# ITK_DIR - The directory containing ITKConfig.cmake.
+# This is either the root of the build tree,
+# or the lib/InsightToolkit directory.
+# This is the only cache entry.
#
-# ITK_FOUND - Whether ITK was found. If this is true, ITK_DIR is okay.
+# ITK_FOUND - Whether ITK was found. If this is true,
+# ITK_DIR is okay.
#
# USE_ITK_FILE - The full path to the UseITK.cmake file.
-# This is provided for backward compatability.
-# Use ITK_USE_FILE instead.
+# This is provided for backward
+# compatability. Use ITK_USE_FILE
+# instead.
SET(ITK_DIR_STRING "directory containing ITKConfig.cmake. This is either the root of the build tree, or PREFIX/lib/InsightToolkit for an installation.")