Skip to content

Commit 0bc3abe

Browse files
committed
[DF] Add RNTuple as a possible dependency
Necessary for Snapshot-related tests, now that snapshotting to RNTuple is being added (root-project/root#15750).
1 parent ca49eef commit 0bc3abe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

root/dataframe/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ endif()
1111

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

14+
if(ROOT_root7_FOUND)
15+
list(APPEND DFLIBRARIES ROOTNTuple)
16+
endif()
17+
1418
# ROOT-9975
1519
ROOTTEST_ADD_TEST(test_ROOT9975
1620
COPY_TO_BUILDDIR ROOT9975.root

0 commit comments

Comments
 (0)