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("to update Cmake on linux:")
message(
"curl https://github.com/Kitware/CMake/releases/download/v3.19.1/cmake-3.19.1-Linux-x86_64.sh -o cmake.sh")
message(
"sudo sh cmake.sh --prefix=/usr/local/ --exclude-subdir")
message("https://github.com/Kitware/CMake/")
message("linux => cmake-3.19.1-Linux-x86_64.sh")
message(" sudo ./cmake.sh --prefix=/usr/local/ --exclude-subdir")
message("windows good luck :)")
endif()