summaryrefslogtreecommitdiff
path: root/sci-libs/vtk/files/vtk-6.1.0-web.patch
blob: a85f2cd9964027a6fd12c86f5e20367e7cd3d3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 58373b120db6d51c6d5eace38447cdb45ff858d1 Mon Sep 17 00:00:00 2001
From: Patric Schmitz <patric.schmitz@rwth-aachen.de>
Date: Tue, 28 Oct 2014 16:24:22 +0100
Subject: [PATCH] Include vtkPythonPackages in Web/JavaScript/CMakeLists.txt

Change-Id: Ie7bffa19bdaa78c5b090c886e50c1af76e2aadee
---
 Web/Applications/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Web/Applications/CMakeLists.txt b/Web/Applications/CMakeLists.txt
index c9e7ad3..b4c9a60 100644
--- a/Web/Applications/CMakeLists.txt
+++ b/Web/Applications/CMakeLists.txt
@@ -12,6 +12,7 @@ set(WEB_APPLICATIONS
 
 set(WEB_APPS_DEPENDS)
 
+include(vtkPythonPackages) # for copy_files_recursive
 foreach(_app ${WEB_APPLICATIONS})
   file(MAKE_DIRECTORY "${VTK_WWW_DIR}/apps/${_app}")
 
-- 
2.2.1