From 65f2b045e38123599ce9637f756189d64924b550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Wasserb=C3=A4ch?= Date: Mon, 10 Jan 2011 22:34:28 +0100 Subject: [PATCH] Added Forwarded: field. --- debian/patches/FindVTK_fix_#600889.diff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/FindVTK_fix_#600889.diff b/debian/patches/FindVTK_fix_#600889.diff index a12b31c68..a9ea87250 100644 --- a/debian/patches/FindVTK_fix_#600889.diff +++ b/debian/patches/FindVTK_fix_#600889.diff @@ -3,8 +3,9 @@ Description: FindVTK.cmake missed a case which lead to NOT-FOUND errors. FindVTK.cmake didn't handle the VTK 5.x case when trying to find VTK. This caused CMake to error out with a misleading error message VTK_DIR not set. This patch adds the missing case. -Last-Update: 2010-11-27 +Last-Update: 2011-01-10 Origin: vendor +Forwarded: http://cmake.org/Bug/view.php?id=11678 --- Modules/FindVTK.cmake | 14 ++++++++++++++ 1 file changed, 14 insertions(+)