mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
BUG: Fix issue #8804. Add vtk-5.4 lib path to the FindVTK.cmake module.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user