Skip to content
Snippets Groups Projects

Projects: move CPPCHECK option to Athena project

Merged Frank Winklmeier requested to merge fwinkl/athena:cppcheck_ana into main
3 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline
Files
3
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
# Additional CMake settings for the build. Used by Projects/.
#
@@ -29,9 +29,6 @@ endif()
set( ATLAS_GCC_CHECKERS_CONFIG ${_config}
CACHE STRING "Configuration file(s) for the GCC checker plugins" FORCE )
# CppCheck options:
option( ATLAS_USE_CPPCHECK "Use CppCheck in the build" ON )
# User-defined cppcheck command line options:
set( ATLAS_CPPCHECK_OPTIONS "--enable=warning,portability,performance"
CACHE STRING "cppcheck user-defined command line options" )
Loading