From a64a795e34af107697f6eb400bd21b86acc4fe8f Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Thu, 16 Jun 2016 08:35:08 +0200
Subject: [PATCH] try again

---
 Applications/DataExplorer/DataView/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Applications/DataExplorer/DataView/CMakeLists.txt b/Applications/DataExplorer/DataView/CMakeLists.txt
index 5988fd0c66a..85b266e5181 100644
--- a/Applications/DataExplorer/DataView/CMakeLists.txt
+++ b/Applications/DataExplorer/DataView/CMakeLists.txt
@@ -121,7 +121,7 @@ if(GEOTIFF_FOUND)
     include_directories(${GEOTIFF_INCLUDE_DIRS})
 endif() # GEOTIFF_FOUND
 
-add_library(QtDataView STATIC
+add_library(QtDataView
     ${SOURCES}
     ${HEADERS}
     ${UIS}
@@ -134,7 +134,6 @@ target_link_libraries(QtDataView
     DataHolderLib
     QtBase
     QtStratView
-    VtkVis
 )
 add_dependencies(QtDataView QtDiagramView QtStratView)
 
-- 
GitLab