vtk (5.4.2-8) CMakeLists.txt

Summary

 CMakeLists.txt |    3 +++
 1 file changed, 3 insertions(+)

    
download this patch

Patch contents

--- vtk-5.4.2.orig/CMakeLists.txt
+++ vtk-5.4.2/CMakeLists.txt
@@ -606,6 +606,9 @@
 #-----------------------------------------------------------------------------
 # Provide options to use system versions of third-party libraries.
 VTK_THIRD_PARTY_OPTION(ZLIB zlib)
+IF(VTK_USE_GL2PS)
+VTK_THIRD_PARTY_OPTION(GL2PS gl2ps)
+ENDIF(VTK_USE_GL2PS)
 VTK_THIRD_PARTY_OPTION(JPEG jpeg)
 VTK_THIRD_PARTY_OPTION(PNG  png)
 VTK_THIRD_PARTY_OPTION(TIFF tiff)