diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d54ff34a4..b5d8e8476e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/DAQ/CMakeLists.txt b/DAQ/CMakeLists.txt index c65902b224..e87a5a57d6 100644 --- a/DAQ/CMakeLists.txt +++ b/DAQ/CMakeLists.txt @@ -3,6 +3,7 @@ cet_make_library( SOURCE src/CaloDAQUtilities.cc LIBRARIES PUBLIC + art::Framework_Principal artdaq-core-mu2e::Data )