check if vtk 5.10.0 exists, if not require 6.0.0
This commit is contained in:
parent
56f9168ac1
commit
9895093524
@ -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…
Reference in New Issue
Block a user