Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ message(STATUS "${PROJECT_NAME} repository tag: ${GIT_REPOSITORY_TAG}")
install_source(LIST RepositoryTag)

# these are minimum required versions, not the actual product versions
find_package( protobuf REQUIRED )
find_package( art REQUIRED )
find_package( art_root_io REQUIRED )
find_package( artdaq_core REQUIRED )
Expand Down
2 changes: 1 addition & 1 deletion sbndcode/OpDetSim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cet_build_plugin( sbndPDMapAlg art::tool
lardataobj::RawData
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
larpandora::LArPandoraInterface
sbncode::OpDet_PDMapAlgSimple_tool
sbncode::OpDet_PDMapAlg
sbndcode_Utilities_SignalShapingServiceSBND_service
nurandom::RandomUtils_NuRandomService_service
art::Framework_Services_Optional_RandomNumberGenerator_service
Expand Down