diff --git a/Tracking/Acts/ActsGeometryInterfaces/CMakeLists.txt b/Tracking/Acts/ActsGeometryInterfaces/CMakeLists.txt
index 71664b93af92f0dad276acb72bb4031d554e027f..b98ea3d9957841115d9c515b65d120c38fced405 100644
--- a/Tracking/Acts/ActsGeometryInterfaces/CMakeLists.txt
+++ b/Tracking/Acts/ActsGeometryInterfaces/CMakeLists.txt
@@ -1,28 +1,19 @@
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( ActsGeometryInterfaces )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          PRIVATE
-                          Control/StoreGate
-                          AthenaKernel
-                          AthenaBaseComps
-                          GaudiKernel
-                          ActsInterop )
-
 # External dependencies:
-find_package( Eigen )
 find_package( Acts COMPONENTS Core )
 
 # Component(s) in the package:
-
 atlas_add_library( ActsGeometryInterfacesLib
                    ActsGeometryInterfaces/*.h
                    INTERFACE
                    PUBLIC_HEADERS ActsGeometryInterfaces
-                   INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
-                   LINK_LIBRARIES ${EIGEN_LIBRARIES}
-                   AthenaKernel
-                   ActsInteropLib
-                   ActsCore)
+                   LINK_LIBRARIES
+                   AthenaBaseComps
+                   ActsCore
+                   ActsGeometryLib
+                   GaudiKernel
+                   TrkGeometry )