Skip to content

Simulation CMake Warning Fixes

John Derek Chapman requested to merge jchapman/athena:SimCMakeFixes_21.0 into 21.0

This merge request fixes two CMake warnings seen in !32892 (merged)

  1. Seen in AthSimulation and Athena builds:
-- Configuring the build of package: G4DebuggingTools
CMake Warning at /build2/ci-builds/21.0/Athena/install/AthenaExternals/21.0.113/InstallArea/x86_64-slc6-gcc62-opt/cmake/modules/AtlasLibraryFunctions.cmake:180 (message):
Package G4DebuggingTools doesn't declare public headers for library
G4DebuggingHelperLib
Call Stack (most recent call first):
/var/lib/jenkins/workspace/CI-MERGE-REQUEST/21.0/Simulation/G4Utilities/G4DebuggingTools/CMakeLists.txt:30 (atlas_add_library)
  1. Seen in AthSimulation builds
CMake Warning at /build2/ci-builds/21.0/AthSimulation/install/AthSimulationExternals/21.0.113/InstallArea/x86_64-slc6-gcc62-opt/cmake/modules/AtlasInternals.cmake:1199 (message):
Ignored these rule(s) while selecting packages to build:

+ LArCalorimeter/LArG4/LArG4ShowerLibData

Merge request reports