diff options
author | Brad King <brad.king@kitware.com> | 2001-06-11 21:09:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-06-11 21:09:33 (GMT) |
commit | c0865937b1f6e795a67fcd77ae96675e7f303eeb (patch) | |
tree | 72e520c64d97c6a96cb3eeb8db97c45ac39724bb /Modules | |
parent | ead17fbd9d39ecef071c9359821e7781a69c7328 (diff) | |
download | CMake-c0865937b1f6e795a67fcd77ae96675e7f303eeb.zip CMake-c0865937b1f6e795a67fcd77ae96675e7f303eeb.tar.gz CMake-c0865937b1f6e795a67fcd77ae96675e7f303eeb.tar.bz2 |
ENH: Added check for tcl8.4 (as against tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindTCL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 0ba13b9..ceff756 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -25,7 +25,7 @@ GET_FILENAME_COMPONENT(TCL_TCLSH_PATH ${TCL_TCLSH} PATH) GET_FILENAME_COMPONENT(TK_WISH_PATH ${TK_WISH} PATH) FIND_LIBRARY(TCL_LIBRARY - NAMES tcl tcl84 tcl83 tcl82 tcl80 + NAMES tcl tcl84 tcl8.4 tcl83 tcl8.3 tcl82 tcl8.2 tcl80 tcl8.0 PATHS /usr/lib /usr/local/lib |