[Cmake-commits] [cmake-commits] hoffman committed FindTclStub.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 1 14:19:22 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv21241

Modified Files:
	FindTclStub.cmake 
Log Message:
BUG: fix for 7451 


Index: FindTclStub.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindTclStub.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** FindTclStub.cmake	26 Jan 2008 06:11:04 -0000	1.4
--- FindTclStub.cmake	1 Oct 2008 18:19:20 -0000	1.5
***************
*** 9,12 ****
--- 9,13 ----
  #  TCL_STUB_LIBRARY       = path to Tcl stub library
  #  TK_STUB_LIBRARY        = path to Tk stub library
+ #  TTK_STUB_LIBRARY       = path to ttk stub library
  #
  # In an effort to remove some clutter and clear up some issues for people
***************
*** 102,105 ****
--- 103,117 ----
  )
  
+ FIND_LIBRARY(TTK_STUB_LIBRARY 
+   NAMES 
+   ttkstub 
+   ttkstub${TCL_LIBRARY_VERSION} ttkstub${TCL_TCLSH_VERSION} ttkstub${TK_WISH_VERSION}
+   ttkstub88 ttkstub8.8
+   ttkstub87 ttkstub8.7
+   ttkstub86 ttkstub8.6
+   ttkstub85 ttkstub8.5 
+   PATHS ${TCLTK_POSSIBLE_LIB_PATHS}
+ )
+ 
  MARK_AS_ADVANCED(
    TCL_STUB_LIBRARY



More information about the Cmake-commits mailing list