summaryrefslogtreecommitdiffstats
path: root/Modules/FindVTK.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-09-20 13:11:21 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-09-20 13:11:21 (GMT)
commiteae77fd08783e9abb251b977536231e0246b0f09 (patch)
tree7e2396215d090c155d6b3a889cae73311332e7f8 /Modules/FindVTK.cmake
parentee858f555cfdeb6573dcb42ca6c6e14387bb1887 (diff)
downloadCMake-eae77fd08783e9abb251b977536231e0246b0f09.zip
CMake-eae77fd08783e9abb251b977536231e0246b0f09.tar.gz
CMake-eae77fd08783e9abb251b977536231e0246b0f09.tar.bz2
removed some VTK stuff
Diffstat (limited to 'Modules/FindVTK.cmake')
-rw-r--r--Modules/FindVTK.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/FindVTK.cmake b/Modules/FindVTK.cmake
index a026f63..bdba013 100644
--- a/Modules/FindVTK.cmake
+++ b/Modules/FindVTK.cmake
@@ -22,6 +22,7 @@ FIND_PATH(VTK_SOURCE_PATH Common/vtkObject.h
[HKEY_CURRENT_USER\\Software\\Kitware\\CMakeSetup\\Settings\\StartPath;WhereSource4]
../VTK
VTK
+ $ENV{HOME}/VTK
)
#
@@ -41,6 +42,8 @@ IF (VTK_SOURCE_PATH)
../vtkbin
VTKBIN
vtkbin
+ $ENV{HOME}/VTKBIN
+ $ENV{HOME}/vtkbin
)
ELSE (VTK_SOURCE_PATH)
# look for the vtk header files in installed places