sci-libs/itk: better syntax for warning
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
4a06c7d44e
commit
7074d6af45
@ -1,3 +1,6 @@
|
|||||||
|
08 Aug 2020; <chymera@gentoo.org> files/itk-5.1.0-downloads.patch:
|
||||||
|
sci-libs/itk: better syntax for warning
|
||||||
|
|
||||||
*itk-5.1.0 (04 Aug 2020)
|
*itk-5.1.0 (04 Aug 2020)
|
||||||
|
|
||||||
04 Aug 2020; <chymera@gentoo.org> +files/itk-5.1.0-downloads.patch,
|
04 Aug 2020; <chymera@gentoo.org> +files/itk-5.1.0-downloads.patch,
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
macro(itk_download_attempt_check _name)
|
macro(itk_download_attempt_check _name)
|
||||||
if(ITK_FORBID_DOWNLOADS)
|
if(ITK_FORBID_DOWNLOADS)
|
||||||
- message(SEND_ERROR "Attempted to download ${_name} when ITK_FORBID_DOWNLOADS is ON")
|
- message(SEND_ERROR "Attempted to download ${_name} when ITK_FORBID_DOWNLOADS is ON")
|
||||||
+ message("Warning: Attempted to download ${_name} when ITK_FORBID_DOWNLOADS is ON")
|
+ message(WARNING "Attempted to download ${_name} when ITK_FORBID_DOWNLOADS is ON")
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user