Skip to content
Merged
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)

find_package(cetmodules)

project(Offline VERSION 11.01.00)
project(Offline VERSION 13.07.00)

include(CetCMakeEnv)
cet_cmake_env()
Expand Down
1 change: 1 addition & 0 deletions DAQ/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cet_make_library(
SOURCE
src/CaloDAQUtilities.cc
LIBRARIES PUBLIC
art::Framework_Principal
artdaq-core-mu2e::Data

)
Expand Down