From 1d121ae0e059df4bbb24740982fad01bb3d32312 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 20 Apr 2020 19:29:46 +0000 Subject: [PATCH] Remove workarounds wrt cxxmodules. --- cling/template/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)