summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindVTK.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/Modules/FindVTK.cmake b/Modules/FindVTK.cmake
index eca57d6..f79a702 100644
--- a/Modules/FindVTK.cmake
+++ b/Modules/FindVTK.cmake
@@ -44,7 +44,12 @@ IF(NOT VTK_DIR)
# Construct a set of paths relative to the system search path.
SET(VTK_DIR_SEARCH "")
FOREACH(dir ${VTK_DIR_SEARCH2})
- SET(VTK_DIR_SEARCH ${VTK_DIR_SEARCH} "${dir}/../lib/vtk")
+ SET(VTK_DIR_SEARCH ${VTK_DIR_SEARCH}
+ ${dir}/../lib/vtk-5.2
+ ${dir}/../lib/vtk-5.1
+ ${dir}/../lib/vtk-5.0
+ ${dir}/../lib/vtk
+ )
ENDFOREACH(dir)
# Old scripts may set these directories in the CMakeCache.txt file.