diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-09-14 12:34:46 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-09-14 12:34:46 (GMT) |
commit | fd780b9009b1cc36434e88f04fcd3241ddd1e111 (patch) | |
tree | e5576cd6c3df0c555e69e74d19b5b35f1e618349 | |
parent | b9baf0582f28c8fcdc14fd7852df9b31bf1ed9be (diff) | |
download | CMake-fd780b9009b1cc36434e88f04fcd3241ddd1e111.zip CMake-fd780b9009b1cc36434e88f04fcd3241ddd1e111.tar.gz CMake-fd780b9009b1cc36434e88f04fcd3241ddd1e111.tar.bz2 |
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.
-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 711df81..e218747 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 |