diff --git a/Gui/DataExplorer.cmake b/Gui/DataExplorer.cmake
index ce3934cde333b440695553210232494673f6e1b6..be611befcd8509789deae0eb3ce02ceeb7e73fee 100644
--- a/Gui/DataExplorer.cmake
+++ b/Gui/DataExplorer.cmake
@@ -107,7 +107,7 @@ IF (Shapelib_FOUND)
 ENDIF () # Shapelib_FOUND
 
 IF (libgeotiff_FOUND)
-	TARGET_LINK_LIBRARIES( ogs-gui ${libgeotiff_LIBRARIES} )
+	TARGET_LINK_LIBRARIES( ogs-gui ${libgeotiff_LIBRARIES} ${libtiff_LIBRARIES} )
 ENDIF () # libgeotiff_FOUND
 
 ADD_DEPENDENCIES ( ogs-gui VtkVis OGSProject )