Skip to content
Snippets Groups Projects
Commit c4463047 authored by Eric Ye's avatar Eric Ye Committed by Daniel Agar
Browse files

Update makefile to ask for cmake 3.4.3 (#4831)

parent bada390d
No related branches found
No related tags found
No related merge requests found
...@@ -50,11 +50,11 @@ ifneq ($(CMAKE_VER),0) ...@@ -50,11 +50,11 @@ ifneq ($(CMAKE_VER),0)
$(warning sudo apt-get install cmake) $(warning sudo apt-get install cmake)
$(warning ) $(warning )
$(warning Official website:) $(warning Official website:)
$(warning wget https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.sh) $(warning wget https://cmake.org/files/v3.4/cmake-3.4.3-Linux-x86_64.sh)
$(warning chmod +x cmake-3.3.2-Linux-x86_64.sh) $(warning chmod +x cmake-3.4.3-Linux-x86_64.sh)
$(warning sudo mkdir /opt/cmake-3.3.2) $(warning sudo mkdir /opt/cmake-3.4.3)
$(warning sudo ./cmake-3.3.2-Linux-x86_64.sh --prefix=/opt/cmake-3.3.2 --exclude-subdir) $(warning sudo ./cmake-3.4.3-Linux-x86_64.sh --prefix=/opt/cmake-3.4.3 --exclude-subdir)
$(warning export PATH=/opt/cmake-3.3.2/bin:$$PATH) $(warning export PATH=/opt/cmake-3.4.3/bin:$$PATH)
$(warning ) $(warning )
$(error Fatal) $(error Fatal)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment