Browse Source

ENH: add 8.3 support

Sebastien Barre 24 years ago
parent
commit
d1b57f6053
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Modules/FindTCL.cmake

+ 2 - 2
Modules/FindTCL.cmake

@@ -11,11 +11,11 @@
 
 
 # try to find the Tcl libraries in a few places and names
 # try to find the Tcl libraries in a few places and names
 FIND_LIBRARY(TCL_LIBRARY
 FIND_LIBRARY(TCL_LIBRARY
-             NAMES tcl tcl82 tcl80 
+             NAMES tcl tcl83 tcl82 tcl80 
              PATHS  /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib)
              PATHS  /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib)
 
 
 FIND_LIBRARY(TK_LIBRARY 
 FIND_LIBRARY(TK_LIBRARY 
-             NAMES tk tk82 tk80
+             NAMES tk tk83 tk82 tk80
              PATHS /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib)
              PATHS /usr/lib "C:/Program Files/Tcl/lib" /usr/local/lib)
 
 
 # add in the include path    
 # add in the include path