We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96d9d64 + fefe30b commit 1e50ea6Copy full SHA for 1e50ea6
1 file changed
src/SConscript
@@ -11,12 +11,10 @@ Import('mu2e_helper')
11
helper=mu2e_helper(env)
12
13
rootlibs = env['ROOTLIBS']
14
-babarlibs = env['BABARLIBS']
15
16
mainlib = helper.make_mainlib ( [
17
'CLHEP',
18
rootlibs,
19
- babarlibs,
20
'canvas',
21
'cetlib_except',
22
'art_Framework_Principal',
@@ -71,7 +69,6 @@ helper.make_plugins( [
71
69
'KinKal_General'
72
70
] )
73
74
-# Fixme: do I need all of babarlibs below?
75
helper.make_dict_and_map( [
76
mainlib,
77
'Core',
0 commit comments