We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82f9e8 commit c56e928Copy full SHA for c56e928
cmake/O2RootMacroExclusionList.cmake
@@ -69,6 +69,12 @@ if(NOT BUILD_SIMULATION)
69
list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST Generators/share/external/trigger_mpi.C)
70
endif()
71
72
+if(NOT ENABLE_UPGRADES)
73
+ # exclude all the macros found under Detectors/Upgrades directory
74
+ o2_get_list_of_macros(${CMAKE_SOURCE_DIR}/Detectors/Upgrades upgradeMacros)
75
+ list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST ${upgradeMacros})
76
+endif()
77
+
78
if(NOT pythia6_FOUND)
79
list(APPEND O2_ROOT_MACRO_EXCLUSION_LIST Generators/share/external/pythia6.C)
80
0 commit comments