diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindTCL.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index e661917..c9aa65c 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -11,11 +11,11 @@ # try to find the Tcl libraries in a few places and names FIND_LIBRARY(TCL_LIBRARY - NAMES tcl tcl82 tcl80 + NAMES tcl tcl83 tcl82 tcl80 PATHS /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib) FIND_LIBRARY(TK_LIBRARY - NAMES tk tk82 tk80 + NAMES tk tk83 tk82 tk80 PATHS /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib) # add in the include path |