From 755fde20b300c56f32f329ea2fb8c22720f21fca Mon Sep 17 00:00:00 2001 From: scott snyder <scott.snyder@cern.ch> Date: Mon, 27 Nov 2017 14:59:54 +0100 Subject: [PATCH] EventLoopTest: cmake fix. Remove reference to nonexistent package MinimalRuntime. --- AtlasTest/EventTest/EventLoopTest/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/AtlasTest/EventTest/EventLoopTest/CMakeLists.txt b/AtlasTest/EventTest/EventLoopTest/CMakeLists.txt index 0d3a83a756b..ebc5792e1a8 100644 --- a/AtlasTest/EventTest/EventLoopTest/CMakeLists.txt +++ b/AtlasTest/EventTest/EventLoopTest/CMakeLists.txt @@ -6,9 +6,7 @@ atlas_subdir( EventLoopTest ) # Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - Control/MinimalRunTime - PRIVATE +atlas_depends_on_subdirs( PRIVATE AtlasTest/TestTools Control/AthenaExamples/AthExBeginRun ) -- GitLab