diff --git a/Applications/Utils/GeoTools/CMakeLists.txt b/Applications/Utils/GeoTools/CMakeLists.txt
index 12f3b14a6fa83e6857d4a345a7c8c2d3dd9cb93c..f86e271cf67a9c2d8b8fb049de363f167e0e1af8 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)