Skip to content

Commit 1d121ae

Browse files
committed
Remove workarounds wrt cxxmodules.
1 parent 5cd6f0d commit 1d121ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cling/template/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ ROOTTEST_ADD_TEST(templateSingleton
1111
DEPENDS Singleton.h
1212
LABELS roottest regression cling)
1313

14-
if(NOT ROOT_runtime_cxxmodules_FOUND)
15-
ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h)
16-
endif()
1714
ROOTTEST_GENERATE_DICTIONARY(masterDict master.h LINKDEF masterLinkDef.h)
15+
ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h)
1816
ROOTTEST_GENERATE_DICTIONARY(forwardDict forward.C LINKDEF linkdef.h)
1917
ROOTTEST_GENERATE_DICTIONARY(constructorDict constructor.hh LINKDEF linkdef.h)
2018
ROOTTEST_GENERATE_DICTIONARY(typenameTestDict typenameTest.C LINKDEF linkdef.h)

0 commit comments

Comments
 (0)