File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111add_library (JetSubstructureHFPCH OBJECT jetSubstructureHFPCH.cxx)
1212target_link_libraries (JetSubstructureHFPCH
1313 PUBLIC O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore)
14+ if (NOT DEFINED ENV{USE_RECC})
1415target_precompile_headers(JetSubstructureHFPCH PRIVATE
1516 [["PWGJE/DataModel/Jet.h"]]
1617 [["PWGJE/DataModel/JetSubstructure.h"]]
@@ -25,6 +26,7 @@ target_precompile_headers(JetSubstructureHFPCH PRIVATE
2526 <vector>
2627 <memory>
2728)
29+ endif ()
2830
2931o2physics_add_dpl_workflow(emc-cellmonitor
3032 SOURCES emcCellMonitor.cxx
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function(o2physics_add_dpl_workflow baseTargetName)
4747 set_property (TARGET ${targetExeName} PROPERTY JOB_POOL_COMPILE analysis)
4848 set_property (TARGET ${targetExeName} PROPERTY JOB_POOL_LINK analysis)
4949
50- if (A_REUSE_FROM)
50+ if (A_REUSE_FROM AND NOT DEFINED ENV{USE_RECC} )
5151 target_precompile_headers(${targetExeName} REUSE_FROM ${A_REUSE_FROM} )
5252 endif ()
5353
You can’t perform that action at this time.
0 commit comments