check if vtk 5.10.0 exists, if not require 6.0.0

pull/1453/head
Ozan Tonkal 12 years ago
parent 56f9168ac1
commit 9895093524
  1. 2
      modules/viz/CMakeLists.txt

@ -12,7 +12,7 @@ macro(find_qvtk)
endmacro()
macro(find_vtk)
find_package(VTK 5.10.0 REQUIRED)
find_package(VTK 5.10.0)
if(NOT VTK_FOUND)
find_package(VTK 6.0.0 REQUIRED)
endif()

Loading…
Cancel
Save