From 67547494dba2bf2f9c45fa60fd0a1a04f3339cb8 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 9 Aug 2002 10:04:34 -0400 Subject: FIX: fix commit messup (this change was committed to the branch instead of the main tree, thus was wiped-out later) --- Modules/FindTCL.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 06249e2..e6040c6 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -26,6 +26,8 @@ GET_FILENAME_COMPONENT(TCL_TCLSH_PATH ${TCL_TCLSH} PATH) GET_FILENAME_COMPONENT(TK_WISH_PATH ${TK_WISH} PATH) SET (TCLTK_POSSIBLE_LIB_PATHS + "${TCL_TCLSH_PATH}/../lib" + "${TK_WISH_PATH}/../lib" /usr/lib /usr/local/lib "C:/Program Files/Tcl/lib" @@ -34,8 +36,6 @@ SET (TCLTK_POSSIBLE_LIB_PATHS [HKEY_LOCAL_MACHINE\\SOFTWARE\\Scriptics\\Tcl\\8.3;Root]/lib [HKEY_LOCAL_MACHINE\\SOFTWARE\\Scriptics\\Tcl\\8.2;Root]/lib [HKEY_LOCAL_MACHINE\\SOFTWARE\\Scriptics\\Tcl\\8.0;Root]/lib - "${TCL_TCLSH_PATH}/../lib" - "${TK_WISH_PATH}/../lib" ) FIND_LIBRARY(TCL_LIBRARY -- cgit v0.12