Skip to content

Commit 663d3ea

Browse files
committed
Update version and dependencies
1 parent 3721252 commit 663d3ea

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)
1010

1111
find_package(cetmodules 3.16.00 REQUIRED)
1212

13-
project(otsdaq_mu2e_crv VERSION 1.03.02)
13+
project(otsdaq_mu2e_crv VERSION 1.04.00)
1414

1515
include(CetCMakeEnv)
1616
cet_cmake_env()

ups/product_deps

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,26 @@ fcldir fq_dir fcl
1818

1919
#
2020
product version optional
21-
otsdaq_mu2e v1_03_02
22-
cetmodules v3_21_02 - only_for_build
21+
otsdaq_mu2e v1_04_00
22+
cetmodules v3_22_02 - only_for_build
2323
end_product_list
2424

2525
# -nq- here means there is no qualifier
2626
# a "-" here means the dependent product is not required by the parent and will not be setup
2727
qualifier otsdaq_mu2e notes
28+
e28:s126:prof e28:s126:prof -std=c++20
29+
e28:s126:debug e28:s126:debug -std=c++20
30+
e26:s126:prof e26:s126:prof -std=c++17
31+
e26:s126:debug e26:s126:debug -std=c++17
32+
e20:s126:prof e20:s126:prof -std=c++17
33+
e20:s126:debug e20:s126:debug -std=c++17
34+
2835
e28:s124:prof e28:s124:prof -std=c++20
2936
e28:s124:debug e28:s124:debug -std=c++20
3037
e26:s124:prof e26:s124:prof -std=c++17
3138
e26:s124:debug e26:s124:debug -std=c++17
3239
e20:s124:prof e20:s124:prof -std=c++17
3340
e20:s124:debug e20:s124:debug -std=c++17
34-
35-
e26:s123:prof e26:s123:prof -std=c++17
36-
e26:s123:debug e26:s123:debug -std=c++17
37-
e20:s123:prof e20:s123:prof -std=c++17
38-
e20:s123:debug e20:s123:debug -std=c++17
39-
40-
e20:s112:prof e20:s112:prof -std=c++17
41-
e20:s112:debug e20:s112:debug -std=c++17
4241
end_qualifier_list
4342

4443
# Preserve tabs and formatting in emacs and vi / vim:

0 commit comments

Comments
 (0)