From fad3d880c94ad01fd35c3c74c74c45a886747a1d Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Thu, 22 Mar 2018 17:48:09 +0100
Subject: [PATCH] Cleanup unneeded link libraries dependencies.

Dependencies are transitive.
---
 Applications/CLI/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Applications/CLI/CMakeLists.txt b/Applications/CLI/CMakeLists.txt
index 97cbdd8f4e8..c2410af0547 100644
--- a/Applications/CLI/CMakeLists.txt
+++ b/Applications/CLI/CMakeLists.txt
@@ -2,7 +2,7 @@
 add_executable(ogs ogs.cpp)
 
 target_link_libraries(ogs
-    PRIVATE BaseLib ApplicationsLib NumLib ProcessLib
+    PRIVATE BaseLib ApplicationsLib
 )
 
 if(OGS_USE_PETSC)
-- 
GitLab