Mercurial > hg > orthanc
changeset 113:b00a6c68d529
clearer messages
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Oct 2012 14:12:01 +0200 |
parents | 80ca409f232f |
children | b4f1191768eb |
files | NEWS Resources/CMake/DownloadPackage.cmake |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Thu Oct 04 13:44:09 2012 +0200 +++ b/NEWS Thu Oct 04 14:12:01 2012 +0200 @@ -6,6 +6,7 @@ Version 0.2.2 (2012/10/40) ========================== +* Switch to Google Logging * Fixes to Debian packaging
--- a/Resources/CMake/DownloadPackage.cmake Thu Oct 04 13:44:09 2012 +0200 +++ b/Resources/CMake/DownloadPackage.cmake Thu Oct 04 14:12:01 2012 +0200 @@ -19,7 +19,7 @@ message("Downloading ${Url}") file(DOWNLOAD "${Url}" "${TMP_PATH}" SHOW_PROGRESS) else() - message("Already downloaded ${Url}") + message("Using local copy of ${Url}") endif() else() message("Using preloaded archive ${PreloadedVariable} for ${Url}") @@ -28,7 +28,7 @@ GetUrlExtension(TMP_EXTENSION "${Url}") #message(${TMP_EXTENSION}) - message("Uncompressing ${Url}") + message("Uncompressing ${TMP_FILENAME}") if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Linux") if ("${TMP_EXTENSION}" STREQUAL "zip")