From a20b1ecabcaec7b33d2b0dd2eb2f64de02d992da Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 31 Mar 2009 16:15:55 -0400 Subject: BUG: Fix issue #8804. Add vtk-5.4 lib path to the FindVTK.cmake module. --- Modules/FindVTK.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FindVTK.cmake b/Modules/FindVTK.cmake index 6e42ba3..57da7a0 100644 --- a/Modules/FindVTK.cmake +++ b/Modules/FindVTK.cmake @@ -45,6 +45,7 @@ IF(NOT VTK_DIR) SET(VTK_DIR_SEARCH "") FOREACH(dir ${VTK_DIR_SEARCH2}) SET(VTK_DIR_SEARCH ${VTK_DIR_SEARCH} + ${dir}/../lib/vtk-5.4 ${dir}/../lib/vtk-5.2 ${dir}/../lib/vtk-5.1 ${dir}/../lib/vtk-5.0 -- cgit v0.12