Mod hoto_update_cmake_message

This commit is contained in:
Simon De Backer 2020-12-15 21:30:25 +01:00
parent 7fc9d06eef
commit 13db08ad56

View File

@ -18,8 +18,8 @@ if(${CMAKE_VERSION} VERSION_LESS 3.14)
message( message(
"_____________________________________________________________________") "_____________________________________________________________________")
message("to update Cmake on linux:") message("to update Cmake on linux:")
message( message("https://github.com/Kitware/CMake/")
"curl https://github.com/Kitware/CMake/releases/download/v3.19.1/cmake-3.19.1-Linux-x86_64.sh -o cmake.sh") message("linux => cmake-3.19.1-Linux-x86_64.sh")
message( message(" sudo ./cmake.sh --prefix=/usr/local/ --exclude-subdir")
"sudo sh cmake.sh --prefix=/usr/local/ --exclude-subdir") message("windows good luck :)")
endif() endif()