# HG changeset patch # User Alain Mazy # Date 1780341426 -7200 # Node ID 00e690fc159f5718b0300708d688f81db4b52e65 # Parent 7c95a080f5584e4a312c3277bd0bf6696c8709d4 DownloadPackage: more debug info diff -r 7c95a080f558 -r 00e690fc159f OrthancFramework/Resources/CMake/DownloadPackage.cmake --- 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