From c5a922499a9574aaa1e9d3069ce70e3ddf70bbbd Mon Sep 17 00:00:00 2001 From: Aitor Martinez Date: Mon, 23 Jan 2017 08:52:24 +0100 Subject: [PATCH 1/2] [issue #663] deleted vtk7 of dependecy list. --- Deps/vtk/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Deps/vtk/CMakeLists.txt b/Deps/vtk/CMakeLists.txt index 17d8d500d..6abc6bf96 100644 --- a/Deps/vtk/CMakeLists.txt +++ b/Deps/vtk/CMakeLists.txt @@ -2,8 +2,6 @@ find_package(VTK REQUIRED) 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() From 51d1143bd0131340cc39ec17f5acdbf5982559ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Mart=C3=ADnez=20Fern=C3=A1ndez?= Date: Mon, 23 Jan 2017 09:01:28 +0100 Subject: [PATCH 2/2] Update vtk CMakeLists --- Deps/vtk/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deps/vtk/CMakeLists.txt b/Deps/vtk/CMakeLists.txt index 6abc6bf96..2dc1497f7 100644 --- a/Deps/vtk/CMakeLists.txt +++ b/Deps/vtk/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(VTK REQUIRED) +find_package(VTK) if (VTK_FOUND) message("***VTK FOUND ${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}")