changeset 2111:f3b13ee13c83

package vtk: revert previous change
author Tony Theodore <tonyt@logyst.com>
date Mon, 21 Nov 2011 01:49:41 +1100
parents 6a0f5aa1edf9
children 83a1c0af1343
files src/vtk.mk
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/vtk.mk	Sat Nov 19 16:16:22 2011 +0100
+++ b/src/vtk.mk	Mon Nov 21 01:49:41 2011 +1100
@@ -23,11 +23,7 @@
 
     # first we need a native build to create the compile tools
     mkdir '$(1)/native_build'
-    cd '$(1)/native_build' && cmake \
-        -DCMAKE_BUILD_TYPE='Release' \
-        -DVTK_USE_RENDERING=FALSE \
-        -DVTK_USEINFOVIS=FALSE \
-        ..
+    cd '$(1)/native_build' && cmake -DCMAKE_BUILD_TYPE='Release' ..
     
     # only the newly created CompileTools target need to be built
     $(MAKE) -C '$(1)/native_build' -j '$(JOBS)' VERBOSE=1 CompileTools