From 003823ff01b8791c9b798c523b3fd5cc83693fbb Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 14 Jan 2013 15:34:07 +0100
Subject: [PATCH] Fixed linker error in the Data Explorer.

---
 Gui/DataExplorer.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Gui/DataExplorer.cmake b/Gui/DataExplorer.cmake
index 55e94dca979..ce3934cde33 100644
--- a/Gui/DataExplorer.cmake
+++ b/Gui/DataExplorer.cmake
@@ -93,6 +93,7 @@ TARGET_LINK_LIBRARIES( ogs-gui
 	vtkWidgets
 	QVTK
 	${Boost_LIBRARIES}
+	zlib
 )
 
 IF(VTK_NETCDF_FOUND)
-- 
GitLab