diff --git a/install.sh b/install.sh
index 9959d52f86f11e87107f3543811a7978d3b28681..0e0570ef0ae9b80136837f69d78805ee22c7c965 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