diff --git a/src/daemons/CMakeLists.txt b/src/daemons/CMakeLists.txt
index 812a6c229d1895e94b2ff2265de0d92d51c1d0e0..62d99db192860405401c9f64025adb11f9c3829c 100644
--- a/src/daemons/CMakeLists.txt
+++ b/src/daemons/CMakeLists.txt
@@ -11,7 +11,6 @@ add_executable(
     $<TARGET_OBJECTS:thread_obj>
     $<TARGET_OBJECTS:parser_obj>
     $<TARGET_OBJECTS:network_obj>
-    $<TARGET_OBJECTS:proc_obj>
     $<TARGET_OBJECTS:process_obj>
 )