From fd780b9009b1cc36434e88f04fcd3241ddd1e111 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 14 Sep 2001 08:34:46 -0400 Subject: [PATCH] move cygtclsh80 to the end of list, otherwise it might be found while the non-cygwin wish8x.exe will be found too. If wish8x.exe is found, then the non-cygwin tclsh8x.exe must be found too. --- Modules/FindTCL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 711df811c..e218747ff 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -19,7 +19,7 @@ IF(UNIX) ENDIF(UNIX) FIND_PROGRAM(TCL_TCLSH - NAMES cygtclsh80 tclsh tclsh84 tclsh83 tclsh82 tclsh80 + NAMES tclsh tclsh84 tclsh83 tclsh82 tclsh80 cygtclsh80 ) # if UNIX is defined, then look for the cygwin version first