Skip to content

Commit

Permalink
[DF] Add RNTuple as a possible dependency
Browse files Browse the repository at this point in the history
Necessary for Snapshot-related tests, now that snapshotting to RNTuple
is being added (root-project/root#15750).
  • Loading branch information
enirolf committed Aug 26, 2024
1 parent 31a2e06 commit 5fbdecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions root/dataframe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ endif()

set(DFLIBRARIES Core RIO Hist Tree MathCore TreePlayer ROOTDataFrame ROOTVecOps)

if(ROOT_root7_FOUND)
list(APPEND DFLIBRARIES ROOTNTuple)
endif()

# ROOT-9975
ROOTTEST_ADD_TEST(test_ROOT9975
COPY_TO_BUILDDIR ROOT9975.root
Expand Down

0 comments on commit 5fbdecb

Please sign in to comment.