Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[cxxmodules] Adding missing dependency for pyroot
  • Loading branch information
oshadura committed Apr 26, 2018
commit 6b86a80e2ebf963ae68d4190f63a5431043d9bb0
2 changes: 1 addition & 1 deletion bindings/pyroot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(PyROOT
NO_INSTALL_HEADERS
DICTIONARY_OPTIONS "-writeEmptyRootPCM"
LIBRARIES Core Net Tree MathCore Rint ${PYTHON_LIBRARIES}
DEPENDENCIES Core MathCore Net Tree Rint)
DEPENDENCIES Core MathCore Net Tree TreePlayer Rint)
ROOT_LINKER_LIBRARY(JupyROOT ../JupyROOT/src/*.cxx DEPENDENCIES Core CMAKENOEXPORT)

if(MSVC)
Expand Down