Mercurial > hg > orthanc
changeset 6893:00e690fc159f
DownloadPackage: more debug info
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Mon, 01 Jun 2026 21:17:06 +0200 |
| parents | 7c95a080f558 |
| children | dcaa0166d015 |
| files | OrthancFramework/Resources/CMake/DownloadPackage.cmake |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/DownloadPackage.cmake Mon Jun 01 18:55:47 2026 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadPackage.cmake Mon Jun 01 21:17:06 2026 +0200 @@ -92,7 +92,7 @@ set(TMP_PATH "${CMAKE_SOURCE_DIR}/ThirdPartyDownloads/${TMP_FILENAME}") if (NOT EXISTS "${TMP_PATH}") - message("Downloading ${Url}") + message("Downloading ${Url} since the file was not found in ${TMP_PATH}") # This fixes issue 6: "I think cmake shouldn't download the # packages which are not in the system, it should stop and let
