Skip to content

Commit 28b4b3b

Browse files
committed
Remove all workarounds wrt cxxmodules.
1 parent 6f26531 commit 28b4b3b

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

cling/template/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ 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()
14+
ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h)
1715
ROOTTEST_GENERATE_DICTIONARY(masterDict master.h LINKDEF masterLinkDef.h)
1816
ROOTTEST_GENERATE_DICTIONARY(forwardDict forward.C LINKDEF linkdef.h)
1917
ROOTTEST_GENERATE_DICTIONARY(constructorDict constructor.hh LINKDEF linkdef.h)

root/tree/CMakeLists.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
if(ROOT_runtime_cxxmodules_FOUND)
2-
set(excluded_rtcxxmod_tests friend fastcloningeventtree)
3-
ROOTTEST_ADD_TESTDIRS(EXCLUDED_DIRS ${excluded_rtcxxmod_tests})
4-
else()
5-
set(excluded_tests fastcloningeventtree)
6-
ROOTTEST_ADD_TESTDIRS(EXCLUDED_DIRS ${excluded_tests})
7-
endif()
1+
set(excluded_tests fastcloningeventtree)
2+
ROOTTEST_ADD_TESTDIRS(EXCLUDED_DIRS ${excluded_tests})

root/treeformula/sync/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
# define a CTest test that calls 'make' in ${CMAKE_CURRENT_SOURCE_DIR}
55
#
66
#-------------------------------------------------------------------------------
7-
if(NOT ROOT_runtime_cxxmodules_FOUND)
8-
ROOTTEST_ADD_OLDTEST()
9-
endif()
7+
ROOTTEST_ADD_OLDTEST()

0 commit comments

Comments
 (0)