Skip to content
Snippets Groups Projects
Commit d74a04c6 authored by scott snyder's avatar scott snyder
Browse files

RootUtils: cmake fix for clang compilation

Only the RootUtilsPyROOT library should depend on the pyroot libraries
(ROOTTPython and cppyy).  In particular, the RootUtils library should not
depend on these libraries.

Things were failing in the clang build because RootUtils was linking
against cppyy but _not_ against python, so things downstream were failing
to find python symbols.

(In principle this is wrong for the gcc build as well; not entirely
sure why it was working there.)
parent e122725b
Loading
Loading
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