diff --git a/Applications/CLI/CMakeLists.txt b/Applications/CLI/CMakeLists.txt
index 97cbdd8f4e843da5bf7a37427162537891167cee..c2410af0547a690a67d35040746b99cf947c35b4 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)