Skip to content
Snippets Groups Projects

Implementation of layered LCG software stacks

Merged Pere Mato Vila requested to merge SPI-1401 into master
Compare and Show latest version
6 files
+ 1
51
Compare changes
  • Side-by-side
  • Inline
Files
6
cmake_minimum_required(VERSION 2.8.5)
# Declare the version of HEP Tools we use
# (must be done before including heptools-common to allow evolution of the
# structure)
set(heptools_version FCC-1)
include(${CMAKE_CURRENT_LIST_DIR}/heptools-common.cmake)
# please keep alphabetic order and the structure (tabbing).
# it makes it much easier to edit/read this file!
@@ -200,6 +191,3 @@ if(${LCG_COMP}${LCG_COMPVERS} STRGREATER gcc45)
endif()
LCG_external_package(jhu 3.1.8 ${MCGENPATH}/jhu )
# Prepare the search paths according to the versions above
LCG_prepare_paths()
Loading