Skip to content

Commit

Permalink
Add missing boost filesystem library
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed May 10, 2024
1 parent a210d24 commit d9d0cad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion otsdaq/ARTDAQOnlineMonitor/CMakeLists.txt
Expand Up @@ -5,7 +5,8 @@ SOURCE ARTDAQOnlineMonitorSupervisor.cc
otsdaq::CoreSupervisors
otsdaq::ARTDAQTableBase
Boost::thread
Boost::filesystem
)

install_headers()
install_source()
install_source()
1 change: 1 addition & 0 deletions otsdaq/ARTDAQSupervisor/CMakeLists.txt
Expand Up @@ -14,6 +14,7 @@ version.cc
artdaq_plugin_support::commanderMaker
otsdaq::CoreSupervisors
otsdaq::ARTDAQTableBase
Boost::filesystem
)

install_headers()
Expand Down
1 change: 1 addition & 0 deletions otsdaq/WizardSupervisor/CMakeLists.txt
Expand Up @@ -7,6 +7,7 @@ version.cc
otsdaq::CgiDataUtilities
otsdaq::GatewaySupervisor
otsdaq::SupervisorInfo
Boost::filesystem
)
install_headers()
install_source()

0 comments on commit d9d0cad

Please sign in to comment.