1--- lib/Interpreter/CMakeLists.txt.orig 2024-12-10 16:14:05 UTC 2+++ lib/Interpreter/CMakeLists.txt 3@@ -103,6 +103,8 @@ add_cling_library(clingInterpreter OBJECT 4 LINK_LIBS 5 ${LIBS} 6 ${CMAKE_DL_LIBS} 7+ procstat 8+ util 9 ) 10 11 12 13