From e65dffa955a9eef60861908f93b6b4438c4a7378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Fri, 22 Apr 2022 12:04:07 +0200 Subject: [PATCH] hotfix typo --- install_wolf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_wolf.sh b/install_wolf.sh index 658c508..ecc482b 100755 --- a/install_wolf.sh +++ b/install_wolf.sh @@ -289,7 +289,7 @@ if [ $INSTALL_IMU == "y" ]; then func_echo "Compiling plugin imu..." mkdir -p build && cd build - cmake .. -DCMAKE_BUILD_TYPW=Release + cmake .. -DCMAKE_BUILD_TYPE=Release make -j$CORES func_echo "Installing plugin imu..." @@ -580,4 +580,4 @@ else func_echo "Skipping plugin bodydynamics since plugin imu was not installed." fi -func_echo "Done! Enjoy!" \ No newline at end of file +func_echo "Done! Enjoy!" -- GitLab