From c0865937b1f6e795a67fcd77ae96675e7f303eeb Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 11 Jun 2001 17:09:33 -0400 Subject: [PATCH] ENH: Added check for tcl8.4 (as against tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY. --- Modules/FindTCL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 0ba13b9eb..ceff756f8 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