dont clone cmake-files

This commit is contained in:
NishiOwO 2025-04-10 04:26:05 +09:00
parent 7755601601
commit 028ce17799
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -6,14 +6,6 @@ BASE=`pwd`
mkdir -p contrib
cd contrib
if [ -d cmake-files ]; then
cd cmake-files
git pull
cd ..
else
git clone https://github.com/nishiowo/cmake cmake-files --depth=1
fi
if [ ! -d ode-${ODE_VERSION} ]; then
wget https://sourceforge.net/projects/opende/files/ODE/${ODE_VERSION}/ode-${ODE_VERSION}.tar.gz/download -O - | tar xvzf -
fi