We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98456a4 commit 86ed759Copy full SHA for 86ed759
scripts/install_latest_cmake.bash
@@ -25,6 +25,7 @@ fi
25
$SUDO apt-get update -y
26
$SUDO apt-get install git libeigen3-dev python3-pip -y
27
28
+echo -e "\e[33mThe version of your cmake is too low. Installing the latest cmake...\e[0m"
29
# Install CMake > 3.20 for Open3D 0.18.0 version
30
# Please refer to 'https://apt.kitware.com/'
31
$SUDO apt-get install ca-certificates gpg wget -y
0 commit comments