diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index e9b37ee11f..c5b0e3f8a7 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -74,12 +74,6 @@ then exit fi -if ! command -v cmake &> /dev/null -then - echo "cmake could not be found, please install it" - exit -fi - unameOut="$(uname -s)" case "${unameOut}" in Linux*) install_linux_deps;;