From 93e21563f41d716b5a26259a7916730d6fba22f1 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> Date: Fri, 3 Apr 2020 11:51:41 +0200 Subject: [PATCH] Removed the installation of the no longer existing files. This was not showing up as an error in my tests, but it's still a good idea to do this cleanup. --- Projects/AthGeneration/CMakeLists.txt | 4 ---- Projects/AthSimulation/CMakeLists.txt | 4 ---- Projects/Athena/CMakeLists.txt | 4 ---- 3 files changed, 12 deletions(-) diff --git a/Projects/AthGeneration/CMakeLists.txt b/Projects/AthGeneration/CMakeLists.txt index 512e4d84c8e..ac18de096d9 100644 --- a/Projects/AthGeneration/CMakeLists.txt +++ b/Projects/AthGeneration/CMakeLists.txt @@ -52,10 +52,6 @@ atlas_ctest_setup() atlas_project( USE AthGenerationExternals ${AthGenerationExternals_VERSION} PROJECT_ROOT ${CMAKE_SOURCE_DIR}/../../ ) -# Install the external configurations: -install( DIRECTORY ${CMAKE_SOURCE_DIR}/externals - DESTINATION ${CMAKE_INSTALL_CMAKEDIR} USE_SOURCE_PERMISSIONS ) - # Generate the environment setup for the externals, to be used during the build: lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh ) diff --git a/Projects/AthSimulation/CMakeLists.txt b/Projects/AthSimulation/CMakeLists.txt index 5d621dbf2eb..138d3117683 100644 --- a/Projects/AthSimulation/CMakeLists.txt +++ b/Projects/AthSimulation/CMakeLists.txt @@ -42,10 +42,6 @@ atlas_ctest_setup() atlas_project( USE AthSimulationExternals ${AthSimulationExternals_VERSION} PROJECT_ROOT ${CMAKE_SOURCE_DIR}/../../ ) -# Install the external configurations: -install( DIRECTORY ${CMAKE_SOURCE_DIR}/externals - DESTINATION ${CMAKE_INSTALL_CMAKEDIR} USE_SOURCE_PERMISSIONS ) - # Generate the environment setup for the externals, to be used during the build: lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh ) diff --git a/Projects/Athena/CMakeLists.txt b/Projects/Athena/CMakeLists.txt index 0bf2bb6254a..01908b169c7 100644 --- a/Projects/Athena/CMakeLists.txt +++ b/Projects/Athena/CMakeLists.txt @@ -81,10 +81,6 @@ atlas_ctest_setup() atlas_project( USE AthenaExternals ${AthenaExternals_VERSION} PROJECT_ROOT ${CMAKE_SOURCE_DIR}/../../ ) -# Install the external configurations: -install( DIRECTORY ${CMAKE_SOURCE_DIR}/externals - DESTINATION ${CMAKE_INSTALL_CMAKEDIR} USE_SOURCE_PERMISSIONS ) - # Generate the environment setup for the externals, to be used during the build: lcg_generate_env( SH_FILE ${CMAKE_BINARY_DIR}/${ATLAS_PLATFORM}/env_setup.sh ) -- GitLab