From 154236685f2371c9308edaf0bb9f6018d1d73968 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 20 May 2021 14:22:10 -0500 Subject: [PATCH] modified: CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fff1bba2..12605c1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,7 @@ PROJECT(athena set(CMAKE_CXX_STANDARD 17) find_package( DD4hep REQUIRED COMPONENTS DDCore DDG4 ) -#find_package(Acts REQUIRED COMPONENTS Core IdentificationPlugin TGeoPlugin DD4hepPlugin PATHS /home/whit/lib/cmake NO_DEFAULT_PATH) -#find_package(Acts REQUIRED COMPONENTS Core PluginIdentification PluginTGeo PluginDD4hep ) +find_package(Acts REQUIRED COMPONENTS Core PluginIdentification PluginTGeo PluginDD4hep ) #----------------------------------------------------------------------------------- set(a_lib_name athena) -- GitLab