From d9d0cad63a49f0bdbc61ce7b64e28ad96b31cc9c Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Fri, 10 May 2024 18:48:11 -0500 Subject: [PATCH] Add missing boost filesystem library --- otsdaq/ARTDAQOnlineMonitor/CMakeLists.txt | 3 ++- otsdaq/ARTDAQSupervisor/CMakeLists.txt | 1 + otsdaq/WizardSupervisor/CMakeLists.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/otsdaq/ARTDAQOnlineMonitor/CMakeLists.txt b/otsdaq/ARTDAQOnlineMonitor/CMakeLists.txt index a33f10d7..55ad5a10 100644 --- a/otsdaq/ARTDAQOnlineMonitor/CMakeLists.txt +++ b/otsdaq/ARTDAQOnlineMonitor/CMakeLists.txt @@ -5,7 +5,8 @@ SOURCE ARTDAQOnlineMonitorSupervisor.cc otsdaq::CoreSupervisors otsdaq::ARTDAQTableBase Boost::thread + Boost::filesystem ) install_headers() -install_source() \ No newline at end of file +install_source() diff --git a/otsdaq/ARTDAQSupervisor/CMakeLists.txt b/otsdaq/ARTDAQSupervisor/CMakeLists.txt index 4b8e3b0c..80795e7f 100644 --- a/otsdaq/ARTDAQSupervisor/CMakeLists.txt +++ b/otsdaq/ARTDAQSupervisor/CMakeLists.txt @@ -14,6 +14,7 @@ version.cc artdaq_plugin_support::commanderMaker otsdaq::CoreSupervisors otsdaq::ARTDAQTableBase + Boost::filesystem ) install_headers() diff --git a/otsdaq/WizardSupervisor/CMakeLists.txt b/otsdaq/WizardSupervisor/CMakeLists.txt index 00a97aa6..e3eaf33c 100644 --- a/otsdaq/WizardSupervisor/CMakeLists.txt +++ b/otsdaq/WizardSupervisor/CMakeLists.txt @@ -7,6 +7,7 @@ version.cc otsdaq::CgiDataUtilities otsdaq::GatewaySupervisor otsdaq::SupervisorInfo + Boost::filesystem ) install_headers() install_source()