summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r--Modules/FindTCL.cmake2
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