Skip to content
Snippets Groups Projects
Commit fc0a473f authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

ActsGeometryInterfaces: cmake cleanup

Remove unused Eigen dependecy. Delete obsolete
`atlas_depends_on_subdirs`.
parent 4444600e
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name: # Declare the package name:
atlas_subdir( ActsGeometryInterfaces ) atlas_subdir( ActsGeometryInterfaces )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
PRIVATE
Control/StoreGate
AthenaKernel
AthenaBaseComps
GaudiKernel
ActsInterop )
# External dependencies: # External dependencies:
find_package( Eigen )
find_package( Acts COMPONENTS Core ) find_package( Acts COMPONENTS Core )
# Component(s) in the package: # Component(s) in the package:
atlas_add_library( ActsGeometryInterfacesLib atlas_add_library( ActsGeometryInterfacesLib
ActsGeometryInterfaces/*.h ActsGeometryInterfaces/*.h
INTERFACE INTERFACE
PUBLIC_HEADERS ActsGeometryInterfaces PUBLIC_HEADERS ActsGeometryInterfaces
INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} LINK_LIBRARIES
LINK_LIBRARIES ${EIGEN_LIBRARIES} AthenaBaseComps
AthenaKernel ActsCore
ActsInteropLib ActsGeometryLib
ActsCore) GaudiKernel
TrkGeometry )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment