From 13db08ad56055f22984275ff47807cd68c56c073 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Tue, 15 Dec 2020 21:30:25 +0100 Subject: [PATCH] Mod hoto_update_cmake_message --- cmake/hoto_update_cmake_message.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/hoto_update_cmake_message.cmake b/cmake/hoto_update_cmake_message.cmake index cafe4f0f9..8d2fb2485 100644 --- a/cmake/hoto_update_cmake_message.cmake +++ b/cmake/hoto_update_cmake_message.cmake @@ -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()