Skip to content
Snippets Groups Projects

Add LCG 100

Merged Marco Clemencic requested to merge add-lcg-100 into master
Files
37
+ 20
0
###############################################################################
# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
# DO NOT EDIT: File generated by new_lcg_version.py
# Make sure the toolchain is included only once
# (to avoid double changes to the environment)
include_guard(GLOBAL)
set(LHCB_PLATFORM haswell-centos7-gcc10-opt)
set(LCG_ARCHITECTURE haswell)
include(${CMAKE_CURRENT_LIST_DIR}/x86_64-centos7-gcc10-opt.cmake)
Loading