Update OpenCVDetectVTK.cmake

This commit is contained in:
Suleyman TURKMEN 2021-09-28 21:23:26 +03:00
parent c1148c4ea6
commit f8f6cd6ef5

View File

@ -1,7 +1,7 @@
if(NOT VTK_FOUND)
find_package(VTK QUIET NAMES vtk VTK)
if(VTK_FOUND)
if(VTK_VERSION VERSION_EQUAL "9") # VTK 9.0
if(NOT (VTK_VERSION VERSION_LESS "9.0.0") AND (VTK_VERSION VERSION_LESS "10.0.0")) # VTK 9.x
find_package(VTK 9 QUIET NAMES vtk COMPONENTS
FiltersExtraction
FiltersSources