Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/VTK/VTK/CMakeLists.txt,v
retrieving revision 1.276
diff -u -r1.276 CMakeLists.txt
--- CMakeLists.txt	21 Oct 2004 15:46:09 -0000	1.276
+++ CMakeLists.txt	19 Nov 2004 12:16:10 -0000
@@ -702,7 +702,10 @@
 
   OPTION(TCL_TK_STATIC "Build with static Tcl/Tk support. TCL_LIBRARY and TK_LIBRARY must point to the corresponding Tcl/Tk static libraries (example, tcl84sx.lib, tk84sx.lib)." OFF)
   MARK_AS_ADVANCED(TCL_TK_STATIC)
-
+  
+  OPTION(TCL_TK_STUBS "Build with stubs enabled Tcl/Tk support. TCL_LIBRARY and TK_LIBRARY must point to the corresponding Tcl/Tk stubs libraries (example, tclstub84.lib, tkstub84.lib)." OFF)
+  MARK_AS_ADVANCED(TCL_TK_STUBS)
+  
 ENDIF(VTK_WRAP_TCL)
 
 # If TCL_TK_STATIC is meant to be used in C++, then we have to create a
