Skip to content

Commit fdc8a53

Browse files
Dario Berzanodberzano
authored andcommitted
Do not test macros including problematic headers
This is supposed to be a temporary measure. See #1464 and #1458.
1 parent fe800ba commit fdc8a53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@ ENDIF()
210210
# environment.
211211
SET(IGNORE_MACROS
212212
${CMAKE_SOURCE_DIR}/Generators/share/external/hijing.C
213+
# Temporarily disable the following macros: ROOT v6-14-04 fails to parse
214+
# correctly some Boost headers
215+
${CMAKE_SOURCE_DIR}/CCDB/example/fill_local_ocdb.C
216+
${CMAKE_SOURCE_DIR}/macro/loadExtDepLib.C
217+
${CMAKE_SOURCE_DIR}/macro/putCondition.C
218+
# End of temporarily disabled macros
213219
)
214220

215221
# UNIT TESTS VERIFYING CONSISTENT STATE OF OUR ROOT MACROS AND THE EXECUTION ENVIRONMENT

0 commit comments

Comments
 (0)