summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-08-09 14:04:34 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-08-09 14:04:34 (GMT)
commit67547494dba2bf2f9c45fa60fd0a1a04f3339cb8 (patch)
treee65925aa0795aa327a0b394562c41861de981d87 /Modules/FindTCL.cmake
parenta75e78838feba1e8cfc5a984093be51d480aff4d (diff)
downloadCMake-67547494dba2bf2f9c45fa60fd0a1a04f3339cb8.zip
CMake-67547494dba2bf2f9c45fa60fd0a1a04f3339cb8.tar.gz
CMake-67547494dba2bf2f9c45fa60fd0a1a04f3339cb8.tar.bz2
FIX: fix commit messup (this change was committed to the branch instead of the main tree, thus was wiped-out later)
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r--Modules/FindTCL.cmake4
1 files 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