Skip to content

Commit 1e50ea6

Browse files
Merge pull request #363 from brownd1978/nobabar
Remove babar build dependency
2 parents 96d9d64 + fefe30b commit 1e50ea6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/SConscript

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ Import('mu2e_helper')
1111
helper=mu2e_helper(env)
1212

1313
rootlibs = env['ROOTLIBS']
14-
babarlibs = env['BABARLIBS']
1514

1615
mainlib = helper.make_mainlib ( [
1716
'CLHEP',
1817
rootlibs,
19-
babarlibs,
2018
'canvas',
2119
'cetlib_except',
2220
'art_Framework_Principal',
@@ -71,7 +69,6 @@ helper.make_plugins( [
7169
'KinKal_General'
7270
] )
7371

74-
# Fixme: do I need all of babarlibs below?
7572
helper.make_dict_and_map( [
7673
mainlib,
7774
'Core',

0 commit comments

Comments
 (0)