26 lines
776 B
Diff
26 lines
776 B
Diff
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
|
|
|