diff --git a/Deps/vtk/CMakeLists.txt b/Deps/vtk/CMakeLists.txt index 17d8d500d..2dc1497f7 100644 --- a/Deps/vtk/CMakeLists.txt +++ b/Deps/vtk/CMakeLists.txt @@ -1,9 +1,7 @@ -find_package(VTK REQUIRED) +find_package(VTK) if (VTK_FOUND) message("***VTK FOUND ${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}") - list(APPEND DEPS vtk7) - list(APPEND DEPS_DEV vtk7) else() message ("*** VTK NOT FOUND") endIF()