summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindITK.cmake3
-rw-r--r--Modules/FindVTK.cmake3
2 files changed, 6 insertions, 0 deletions
diff --git a/Modules/FindITK.cmake b/Modules/FindITK.cmake
index 12d27c6..40c321b 100644
--- a/Modules/FindITK.cmake
+++ b/Modules/FindITK.cmake
@@ -45,6 +45,9 @@ IF(NOT ITK_DIR)
# Look for an installation or build tree.
#
FIND_PATH(ITK_DIR ITKConfig.cmake
+ # Look for an environment variable ITK_DIR.
+ $ENV{ITK_DIR}
+
# Look in places relative to the system executable search path.
${ITK_DIR_SEARCH}
diff --git a/Modules/FindVTK.cmake b/Modules/FindVTK.cmake
index d2acc9a..519815f 100644
--- a/Modules/FindVTK.cmake
+++ b/Modules/FindVTK.cmake
@@ -65,6 +65,9 @@ IF(NOT VTK_DIR)
# Support legacy cache files.
${VTK_DIR_SEARCH_LEGACY}
+ # Look for an environment variable VTK_DIR.
+ $ENV{VTK_DIR}
+
# Look in places relative to the system executable search path.
${VTK_DIR_SEARCH}