Revision: 41807
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41807&view=rev
Author:   starseeker
Date:     2010-12-28 14:53:38 +0000 (Tue, 28 Dec 2010)

Log Message:
-----------
spacing tweak

Modified Paths:
--------------
    brlcad/branches/cmake/misc/CMake/FindTCL.cmake

Modified: brlcad/branches/cmake/misc/CMake/FindTCL.cmake
===================================================================
--- brlcad/branches/cmake/misc/CMake/FindTCL.cmake      2010-12-28 14:50:23 UTC 
(rev 41806)
+++ brlcad/branches/cmake/misc/CMake/FindTCL.cmake      2010-12-28 14:53:38 UTC 
(rev 41807)
@@ -153,42 +153,42 @@
 # The following variables are set as the "standard" results from
 # this script:
 #
-# TCL_INCLUDE_DIRS         (will also include Tk header paths if Tk is enabled)
-# TCL_LIBRARIES            (will also include Tk libraries if Tk is enabled)
-# TCL_STUB_LIBRARIES       (will also include Tk stub libraries if Tk is 
enabled)
-# TCL_TCLSH_EXECUTABLE     (path to tclsh binary)
-# TCL_WISH_EXECUTABLE      (path to wish binary, set only if Tk is enabled)
-# TCL_ROOT_PATH 
-# TCL_FOUND                (set if all required features (Tk, threads, etc.) 
are found)
+#  TCL_INCLUDE_DIRS         (will also include Tk header paths if Tk is 
enabled)
+#  TCL_LIBRARIES            (will also include Tk libraries if Tk is enabled)
+#  TCL_STUB_LIBRARIES       (will also include Tk stub libraries if Tk is 
enabled)
+#  TCL_TCLSH_EXECUTABLE     (path to tclsh binary)
+#  TCL_WISH_EXECUTABLE      (path to wish binary, set only if Tk is enabled)
+#  TCL_ROOT_PATH 
+#  TCL_FOUND                (set if all required features (Tk, threads, etc.) 
are found)
 #
 # The following are not specifically called out by readme.txt but are
 # useful when building TEA based extensions to Tcl/Tk
 #
-# TCL_CONF_PREFIX          (path to parent dir of tclConfig.sh file)
-# TCL_TK_CONF_PREFIX       (path to parent dir of tkConfig.sh file)
+#  TCL_CONF_PREFIX          (path to parent dir of tclConfig.sh file)
+#  TCL_TK_CONF_PREFIX       (path to parent dir of tkConfig.sh file)
 #
 # The readme.txt file discourages the use of XXX_LIBRARY settings in 
CMakeLists.txt files,
 # but in the specific case of Tcl/Tk it is quite plausible to desire to 
specifically use
 # only (say) the Tcl library, even if in the broader system Tk usage is also 
present.  
 # For that reason, the following variables will be maintained:
 #
-# TCL_LIBRARY              (path to just the Tcl library)
-# TCL_TK_LIBRARY           (path to just the Tk library, set only if Tk is 
enabled)
-# TCL_STUB_LIBRARY         (path to just the Tcl stub library)
-# TCL_TK_STUB_LIBRARY      (path to just the Tk stub library)
+#  TCL_LIBRARY              (path to just the Tcl library)
+#  TCL_TK_LIBRARY           (path to just the Tk library, set only if Tk is 
enabled)
+#  TCL_STUB_LIBRARY         (path to just the Tcl stub library)
+#  TCL_TK_STUB_LIBRARY      (path to just the Tk stub library)
 #
 # Previous FindTCL implementations set a series of less verbose
 # variables that did not strictly conform to the format defined by
 # the readme.txt file in the CMake modules directory.  These are set,
 # but should be regarded as deprecated.
 #
-# TK_LIBRARY         = path to Tk library
-# TK_STUB_LIBRARY    = path to Tk stub library
-# TCL_INCLUDE_PATH   = path to directory containing tcl.h
-# TK_INCLUDE_PATH    = path to directory containing tk.h
-# TCL_TCLSH          = full path to tclsh binary
-# TK_WISH            = full path wo wish binary
-#
+#  TK_LIBRARY         = path to Tk library
+#  TK_STUB_LIBRARY    = path to Tk stub library
+#  TCL_INCLUDE_PATH   = path to directory containing tcl.h
+#  TK_INCLUDE_PATH    = path to directory containing tk.h
+#  TCL_TCLSH          = full path to tclsh binary
+#  TK_WISH            = full path wo wish binary
+#  
 # Note:  In the special case where headers are not required, the *LIBRARIES, 
*LIBRARY,
 # *CONF_PREFIX, and *_INCLUDE_DIRS variables are also not required. If
 # all that is required is tclsh and/or wish, those are the only fixed


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to