We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe800ba commit fdc8a53Copy full SHA for fdc8a53
CMakeLists.txt
@@ -210,6 +210,12 @@ ENDIF()
210
# environment.
211
SET(IGNORE_MACROS
212
${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
219
)
220
221
# UNIT TESTS VERIFYING CONSISTENT STATE OF OUR ROOT MACROS AND THE EXECUTION ENVIRONMENT
0 commit comments