[Cmake-commits] [cmake-commits] david.cole committed FindVTK.cmake 1.29 1.30

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 31 16:16:00 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv26564/Modules

Modified Files:
	FindVTK.cmake 
Log Message:
BUG: Fix issue #8804. Add vtk-5.4 lib path to the FindVTK.cmake module.


Index: FindVTK.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindVTK.cmake,v
retrieving revision 1.29
retrieving revision 1.30
diff -C 2 -d -r1.29 -r1.30
*** FindVTK.cmake	27 Apr 2008 11:35:21 -0000	1.29
--- FindVTK.cmake	31 Mar 2009 20:15:55 -0000	1.30
***************
*** 46,49 ****
--- 46,50 ----
    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



More information about the Cmake-commits mailing list