Commit 98950935 authored by Ozan Tonkal's avatar Ozan Tonkal

check if vtk 5.10.0 exists, if not require 6.0.0

parent 56f9168a
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment