Skip to content

Commit febc0cf

Browse files
committed
[roottest] Add missing ROOT library dependencies
We should now rely on all ROOT libraries being linked implicitly via other mechanisms, like `find_package(ROOT)`.
1 parent 4ea1a92 commit febc0cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

roottest/root/dataframe/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ ROOTTEST_ADD_TEST(test_callables
181181

182182
ROOTTEST_GENERATE_EXECUTABLE(testIMT
183183
testIMT.cxx
184-
LIBRARIES ${DFLIBRARIES}
184+
LIBRARIES ${DFLIBRARIES} GenVector
185185
FIXTURES_SETUP root-dataframe-testIMT-fixture)
186186

187187
ROOTTEST_ADD_TEST(testIMT
@@ -217,7 +217,7 @@ ROOTTEST_ADD_TEST(typeguessing
217217

218218
ROOTTEST_GENERATE_EXECUTABLE(misc
219219
test_misc.cxx
220-
LIBRARIES ${DFLIBRARIES}
220+
LIBRARIES ${DFLIBRARIES} GenVector
221221
FIXTURES_SETUP root-dataframe-misc-fixture)
222222

223223
ROOTTEST_ADD_TEST(misc

roottest/root/io/datamodelevolution/cms-00/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ROOTTEST_GENERATE_REFLEX_DICTIONARY(libDataModelV1_dictrflx
2727
SELECTION DataModelV1_selection.xml
2828
LIBNAME libDataModelV1_dictrflx
2929
NO_ROOTMAP
30+
LIBRARIES Smatrix
3031
FIXTURES_SETUP root-io-datamodelevolution-cms-00-libDataModelV1_dictrflx-fixture)
3132

3233
ROOTTEST_GENERATE_DICTIONARY(libDataModelV2_dictcint

0 commit comments

Comments
 (0)