From 52bf5d585d6248ea379c3b0acb932d872bd5f58f Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Wed, 15 May 2019 16:58:51 +0200 Subject: [PATCH] Add trace on retreived branch --- CI/main_superbuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/main_superbuild.cmake b/CI/main_superbuild.cmake index 84d0b12377..e750a987ca 100644 --- a/CI/main_superbuild.cmake +++ b/CI/main_superbuild.cmake @@ -68,7 +68,7 @@ if ( DEBUG ) endif() if (clone_res) - message( SEND_ERROR "Problem in retreiving the archive") + message( SEND_ERROR "Problem in retreiving the archive of ${BRANCH_NAME}") return() endif() -- GitLab