From 1836e43cc51225c63b51f6637aad8aa6018f046e Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 28 Sep 2021 11:16:58 +0200
Subject: [PATCH] [A/U/GeoTools] Remove Qt dependency from tools.

---
 Applications/Utils/GeoTools/CMakeLists.txt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Applications/Utils/GeoTools/CMakeLists.txt b/Applications/Utils/GeoTools/CMakeLists.txt
index 12f3b14a6fa..f86e271cf67 100644
--- a/Applications/Utils/GeoTools/CMakeLists.txt
+++ b/Applications/Utils/GeoTools/CMakeLists.txt
@@ -1,12 +1,8 @@
-if(NOT OGS_BUILD_GUI)
-    return()
-endif()
-
 set(TOOLS MoveGeometry TriangulatePolyline)
 foreach(tool ${TOOLS})
     ogs_add_executable(${tool} ${tool}.cpp)
     target_link_libraries(
-        ${tool} GeoLib GitInfoLib ApplicationsFileIO tclap Qt5::Core
+        ${tool} GeoLib GitInfoLib ApplicationsFileIO tclap
     )
 endforeach()
 install(TARGETS ${TOOLS} RUNTIME DESTINATION bin)
-- 
GitLab