diff Resources/Orthanc/CMake/DownloadPackage.cmake @ 269:938257eebc03

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 16:47:06 +0200
parents 4e9d30c19b4b
children b004474eeb66
line wrap: on
line diff
--- a/Resources/Orthanc/CMake/DownloadPackage.cmake	Wed Jun 10 14:54:45 2020 +0200
+++ b/Resources/Orthanc/CMake/DownloadPackage.cmake	Wed Jun 10 16:47:06 2020 +0200
@@ -206,9 +206,6 @@
 
 
 macro(DownloadCompressedFile MD5 Url TargetFile)
-  message(${MD5})
-  message(${Url})
-  message(${TargetFile})
   if (NOT EXISTS "${TargetFile}")
     DownloadFile("${MD5}" "${Url}")