diff --git a/cling/template/CMakeLists.txt b/cling/template/CMakeLists.txt index b09112838c..424b09ff0f 100644 --- a/cling/template/CMakeLists.txt +++ b/cling/template/CMakeLists.txt @@ -11,10 +11,8 @@ ROOTTEST_ADD_TEST(templateSingleton DEPENDS Singleton.h LABELS roottest regression cling) -if(NOT ROOT_runtime_cxxmodules_FOUND) - ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h) -endif() ROOTTEST_GENERATE_DICTIONARY(masterDict master.h LINKDEF masterLinkDef.h) +ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h) ROOTTEST_GENERATE_DICTIONARY(forwardDict forward.C LINKDEF linkdef.h) ROOTTEST_GENERATE_DICTIONARY(constructorDict constructor.hh LINKDEF linkdef.h) ROOTTEST_GENERATE_DICTIONARY(typenameTestDict typenameTest.C LINKDEF linkdef.h)