We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd6f0d commit 1d121aeCopy full SHA for 1d121ae
1 file changed
cling/template/CMakeLists.txt
@@ -11,10 +11,8 @@ ROOTTEST_ADD_TEST(templateSingleton
11
DEPENDS Singleton.h
12
LABELS roottest regression cling)
13
14
-if(NOT ROOT_runtime_cxxmodules_FOUND)
15
- ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h)
16
-endif()
17
ROOTTEST_GENERATE_DICTIONARY(masterDict master.h LINKDEF masterLinkDef.h)
+ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h)
18
ROOTTEST_GENERATE_DICTIONARY(forwardDict forward.C LINKDEF linkdef.h)
19
ROOTTEST_GENERATE_DICTIONARY(constructorDict constructor.hh LINKDEF linkdef.h)
20
ROOTTEST_GENERATE_DICTIONARY(typenameTestDict typenameTest.C LINKDEF linkdef.h)
0 commit comments