From e739b98204a3961b982bd73d6bda612070d422c9 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sat, 28 Mar 2020 22:26:43 +0100
Subject: [PATCH] [App/DE] Don't build all DE libraries static.

---
 Applications/DataExplorer/CMakeLists.txt | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Applications/DataExplorer/CMakeLists.txt b/Applications/DataExplorer/CMakeLists.txt
index 2e991908d77..82400d0e79a 100644
--- a/Applications/DataExplorer/CMakeLists.txt
+++ b/Applications/DataExplorer/CMakeLists.txt
@@ -1,8 +1,3 @@
-set(BUILD_SHARED_LIBS_SAVED "${BUILD_SHARED_LIBS}")
-# Always built Data Explorer statically as there are cyclic dependencies between
-# QtDataView and VtkVis
-set(BUILD_SHARED_LIBS OFF)
-
 if(MSVC)
     add_definitions(-DVTKGUISUPPORTQT_STATIC_DEFINE)
 endif()
@@ -24,5 +19,3 @@ add_subdirectory(DataView)
 add_subdirectory(DataView/DiagramView)
 add_subdirectory(VtkVis)
 include(DataExplorer.cmake)
-
-set(BUILD_SHARED_LIBS "${BUILD_SHARED_LIBS_SAVED}")
-- 
GitLab