Skip to content
Snippets Groups Projects

Draft: Allow the Roi default zed width to be modified

Closed Mark Sutton requested to merge sutt/athena:roizw into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,7 +8,7 @@ atlas_add_library( RoiDescriptor
Root/RoiDescriptor.cxx
Root/RoiUtil.cxx
PUBLIC_HEADERS RoiDescriptor
LINK_LIBRARIES IRegionSelector )
LINK_LIBRARIES IRegionSelector CxxUtils )
if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
# Don't allow clang to make optimizations that may introduce FPEs.
# Fixes some FPEs observed in the clang15 build.
Loading