Skip to content
Snippets Groups Projects
Commit eb332793 authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

use cmake from LCG rather than cmake3 from system

parent 6144460f
No related branches found
No related tags found
2 merge requests!34Migration,!30extend installation instructions to micromamba
...@@ -31,8 +31,8 @@ fi ...@@ -31,8 +31,8 @@ fi
set -x set -x
# Download and build supporting tools # Download and build supporting tools
cmake3 -B build cmake -B build
cmake3 --build build --target install -j$(nproc) cmake --build build --target install -j$(nproc)
## Get a CMSSW if we don't have one ## Get a CMSSW if we don't have one
#if [ -z $CMSSW_BASE ]; then #if [ -z $CMSSW_BASE ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment