1--- lib/Interpreter/CMakeLists.txt.orig 2026-02-11 10:20:27 UTC 2+++ lib/Interpreter/CMakeLists.txt 3@@ -116,6 +116,8 @@ add_cling_library(clingInterpreter OBJECT 4 LINK_LIBS 5 ${LIBS} 6 ${CMAKE_DL_LIBS} 7+ procstat 8+ util 9 ) 10 11 12 13