Skip to content

Commit 4ebaf06

Browse files
committed
[PyROOT] The library now depends on libROOTDataFrame and not TreePlayer
1 parent 76b2063 commit 4ebaf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/pyroot/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(PyROOT
1717
NO_INSTALL_HEADERS
1818
DICTIONARY_OPTIONS "-writeEmptyRootPCM"
1919
LIBRARIES Core Net Tree MathCore Rint ${PYTHON_LIBRARIES}
20-
DEPENDENCIES Core MathCore Net Rint Tree TreePlayer VecOps)
20+
DEPENDENCIES Core MathCore Net Rint Tree ROOTDataFrame ROOTVecOps)
2121
ROOT_LINKER_LIBRARY(JupyROOT ../JupyROOT/src/*.cxx DEPENDENCIES Core CMAKENOEXPORT)
2222

2323
if(MSVC)

0 commit comments

Comments
 (0)