From c4463047514790cf34bfe720e3e7e9bdf9dc77b6 Mon Sep 17 00:00:00 2001 From: Eric Ye Date: Fri, 17 Jun 2016 07:47:06 -0700 Subject: [PATCH] Update makefile to ask for cmake 3.4.3 (#4831) --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index bd6533e3e7..c14c2fc411 100644 --- a/Makefile +++ b/Makefile @@ -50,11 +50,11 @@ ifneq ($(CMAKE_VER),0) $(warning sudo apt-get install cmake) $(warning ) $(warning Official website:) - $(warning wget https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.sh) - $(warning chmod +x cmake-3.3.2-Linux-x86_64.sh) - $(warning sudo mkdir /opt/cmake-3.3.2) - $(warning sudo ./cmake-3.3.2-Linux-x86_64.sh --prefix=/opt/cmake-3.3.2 --exclude-subdir) - $(warning export PATH=/opt/cmake-3.3.2/bin:$$PATH) + $(warning wget https://cmake.org/files/v3.4/cmake-3.4.3-Linux-x86_64.sh) + $(warning chmod +x cmake-3.4.3-Linux-x86_64.sh) + $(warning sudo mkdir /opt/cmake-3.4.3) + $(warning sudo ./cmake-3.4.3-Linux-x86_64.sh --prefix=/opt/cmake-3.4.3 --exclude-subdir) + $(warning export PATH=/opt/cmake-3.4.3/bin:$$PATH) $(warning ) $(error Fatal) endif