Skip to content
Snippets Groups Projects

Add clang11

Merged Andre Sailer requested to merge addClang11 into master
5 files
+ 19
17
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -9,7 +9,7 @@ include(heptools-dev-generators)
LCG_external_package(ROOT v6.22.06 )
# Remove COOL/CORAL for time being (tests, at least, failing)
if(${LCG_COMP} MATCHES clang10)
if(${LCG_COMP} MATCHES clang)
LCG_remove_package(COOL)
LCG_remove_package(CORAL)
endif()
Loading