From 2a233268a816e2eaa45a63e15b7dbb2e6a8fa5b5 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Wed, 25 Sep 2019 10:19:50 +0200 Subject: [PATCH] remove configure of csh files --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37625573f..056cbcd69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,9 +177,7 @@ endif() ######################### # Configure and install # ######################### -configure_file(cmake/thisdd4hep.csh bin/thisdd4hep.csh @ONLY) configure_file(cmake/thisdd4hep.sh bin/thisdd4hep.sh @ONLY) -configure_file(cmake/thisdd4hep_only.csh bin/thisdd4hep_only.csh @ONLY) configure_file(cmake/thisdd4hep_only.sh bin/thisdd4hep_only.sh @ONLY) configure_file(cmake/run_test.sh bin/run_test.sh @ONLY) -- GitLab