From b3c3978f403c81b6b4722cfe8e06b4808d7e80b4 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Tue, 13 Oct 2020 09:12:52 +0800 Subject: [PATCH] WIP: remove the unused code to get the CLHEP directory. --- build-k4.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-k4.sh b/build-k4.sh index 80ffe55a..b8ac7cfa 100755 --- a/build-k4.sh +++ b/build-k4.sh @@ -57,9 +57,6 @@ function run-cmake() { cd $blddir - local clhep_prefix=$(eval echo $(clhep-config --prefix)) - local clhep_include=${clhep_prefix}/include - # locate the pandorapfa local pandorapfa=$(echo $CMAKE_PREFIX_PATH | tr ':' '\n' | grep pandorapfa | head -n1) info: "Find PandoraPFA: $pandorapfa" -- GitLab