Skip to content
Snippets Groups Projects

Suppress compilation warnings from Boost and ROOT

Merged Marco Cattaneo requested to merge suppressBoostROOTWarnings into 2017-patches
All threads resolved!
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
###############################################################################
# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2000-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". #
@@ -27,6 +27,11 @@ gaudi_depends_on_subdirs(Phys/DaVinci
Phys/IsolationTools
Phys/RelatedInfoTools)
## Hide compilation warnings
find_package(Boost)
find_package(ROOT)
include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS})
set(extraopts_32
${AppConfig_DIR}/options/DaVinci/DataType-2017.py
)
Loading