Skip to content

Commit 86ed759

Browse files
committed
(minor) Add warning message for users
1 parent 98456a4 commit 86ed759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install_latest_cmake.bash

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fi
2525
$SUDO apt-get update -y
2626
$SUDO apt-get install git libeigen3-dev python3-pip -y
2727

28+
echo -e "\e[33mThe version of your cmake is too low. Installing the latest cmake...\e[0m"
2829
# Install CMake > 3.20 for Open3D 0.18.0 version
2930
# Please refer to 'https://apt.kitware.com/'
3031
$SUDO apt-get install ca-certificates gpg wget -y

0 commit comments

Comments
 (0)