Attached Files | 0001-BUG-vtkSparseArray.txx-missing-from-installation.patch [^] (1,092 bytes) 2012-06-28 16:12 [Show Content] [Hide Content]From 9734390be9cae207377148cfe621f43b548b0fd2 Mon Sep 17 00:00:00 2001
From: Bill Lorensen <bill.lorensen@gmail.com>
Date: Thu, 28 Jun 2012 15:16:48 -0400
Subject: [PATCH] BUG: vtkSparseArray.txx missing from installation
The file vtkSparseArray.txx was not part of the installation.
A user reported that this wiki exmaple:
http://vtk.org/Wiki/VTK/Examples/Cxx/Utilities/SparseArray
would not compile against an installed VTK.
The file vtkSparseArray.txx was missing from the installation.
Change-Id: I1a2784c40991c6ded738a8158ba1e02b1c3dff42
NOTE: VTK6.x does not have this problem.
---
Common/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt
index e3f2d42..252e7ed 100644
--- a/Common/CMakeLists.txt
+++ b/Common/CMakeLists.txt
@@ -625,6 +625,7 @@ IF(NOT VTK_INSTALL_NO_DEVELOPMENT)
vtkDataArrayTemplateImplicit.txx
vtkDenseArray.txx
vtkTypedArray.txx
+ vtkSparseArray.txx
${VTK_SOURCE_DIR}/${KIT}/Testing/Cxx/vtkTestUtilities.h)
INSTALL(FILES ${__inst_files}
--
1.7.4.1
|