Skip to content

Commit ad89bd2

Browse files
authored
Merge pull request #1654 from ehrlich-uva/bugFixCMakeLists
added missing library in CMakeLists.txt for CRVReco
2 parents 995df92 + a0692bc commit ad89bd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CRVReco/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cet_build_plugin(CrvCalibration art::module
1515
LIBRARIES REG
1616
Offline::CRVReco
1717
art_root_io::TFileService_service
18+
ROOT::Tree
1819
)
1920

2021
cet_build_plugin(CrvCoincidenceFinder art::module
@@ -41,6 +42,7 @@ cet_build_plugin(CrvPedestalFinder art::module
4142
LIBRARIES REG
4243
Offline::CRVReco
4344
art_root_io::TFileService_service
45+
ROOT::Tree
4446
)
4547

4648
cet_build_plugin(CrvRecoPulsesFinder art::module

0 commit comments

Comments
 (0)