Skip to content
Snippets Groups Projects
Commit 1ac1ef73 authored by Ole Hansen's avatar Ole Hansen Committed by Stephen A. Wood
Browse files

Fix link failure if EVIO library is external

parent d5e5572a
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ import configure
from rootcint import rootcint
configure.FindROOT(baseenv)
# If EVIO is set up, use it. Otherwise the Podd submodule will build it
# and we will pick it up from there
configure.FindEVIO(baseenv, build_it = False, fail_if_missing = False)
bld = Builder(action=rootcint)
baseenv.Append(BUILDERS = {'RootCint': bld})
......
Subproject commit f91a6ea6e929b10969f7ce405ac2e409afd8a39a
Subproject commit 5a45ab13968cf9b9eb0fb213bbd58f668160748e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment