Skip to content
Snippets Groups Projects

Add LCG_105b

Merged Andre Sailer requested to merge 105_105b into LCG_105-patches
2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 16
0
#---List of externals----------------------------------------------
set(LCG_PYTHON_VERSION 3)
include(heptools-dev-base)
#---Additional External packages------(Generators)-----------------
include(heptools-dev-generators)
LCG_external_package(ROOT 6.30.06)
#---Apple MacOS special removals and overwrites--------------------
include(heptools-macos)
if(LCG_ARCH MATCHES "aarch64")
include(heptools-devARM)
endif()
Loading