From 7919eae4181032782fdb523655d3de65754f0bef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Fri, 21 Jan 2022 13:31:22 +0100
Subject: [PATCH] hotfix

---
 install_wolf.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/install_wolf.sh b/install_wolf.sh
index 2ff520a..8a5079e 100755
--- a/install_wolf.sh
+++ b/install_wolf.sh
@@ -200,8 +200,9 @@ cd $DEPS_PATH
 wget http://ceres-solver.org/ceres-solver-2.0.0.tar.gz
 tar zxf ceres-solver-2.0.0.tar.gz
 rm ceres-solver-2.0.0.tar.gz
+cd ceres-solver-2.0.0
 #git clone --depth 1 -b 2.0.0 https://ceres-solver.googlesource.com/ceres-solver
-cd ceres-solver
+#cd ceres-solver
 mkdir -p build && cd build
 cmake -DCMAKE_BUILD_TYPE=Release ..
 make -j$CORES
-- 
GitLab