Skip to content
Snippets Groups Projects

Fixes to enable super project build

Merged Rosen Matev requested to merge rm-merge-targets into master
All threads resolved!
Files
3
+ 13
0
###############################################################################
# (c) Copyright 2000-2018 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. #
###############################################################################
from Configurables import ApplicationMgr
ApplicationMgr().Environment['LOKI_DISABLE_CACHE'] = '1'
ApplicationMgr().Environment['LOKI_DISABLE_CLING'] = '1'
Loading