From eb33279343aefafa2e34ee3ad7add1065cf6e0f4 Mon Sep 17 00:00:00 2001
From: "Patrick L.S. Connor" <connorpa@mail.desy.de>
Date: Thu, 11 Jul 2024 00:15:47 +0200
Subject: [PATCH] use cmake from LCG rather than cmake3 from system

---
 install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index 9959d52..0e0570e 100755
--- a/install.sh
+++ b/install.sh
@@ -31,8 +31,8 @@ fi
 set -x
 
 # Download and build supporting tools
-cmake3 -B build
-cmake3 --build build --target install -j$(nproc)
+cmake -B build
+cmake --build build --target install -j$(nproc)
 
 ## Get a CMSSW if we don't have one
 #if [ -z $CMSSW_BASE ]; then
-- 
GitLab