We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b2063 commit 4ebaf06Copy full SHA for 4ebaf06
bindings/pyroot/CMakeLists.txt
@@ -17,7 +17,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(PyROOT
17
NO_INSTALL_HEADERS
18
DICTIONARY_OPTIONS "-writeEmptyRootPCM"
19
LIBRARIES Core Net Tree MathCore Rint ${PYTHON_LIBRARIES}
20
- DEPENDENCIES Core MathCore Net Rint Tree TreePlayer VecOps)
+ DEPENDENCIES Core MathCore Net Rint Tree ROOTDataFrame ROOTVecOps)
21
ROOT_LINKER_LIBRARY(JupyROOT ../JupyROOT/src/*.cxx DEPENDENCIES Core CMAKENOEXPORT)
22
23
if(MSVC)
0 commit comments