diff options
author | Brad King <brad.king@kitware.com> | 2001-08-01 15:19:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-08-01 15:19:01 (GMT) |
commit | e128f8a8a2e1d4344265945007f6110abc47fb7e (patch) | |
tree | 66a7265c374a462bc3492d5afa27ada973207dc8 | |
parent | cfa25e9e1a48938378c300dfbf5b33e62018f295 (diff) | |
download | CMake-e128f8a8a2e1d4344265945007f6110abc47fb7e.zip CMake-e128f8a8a2e1d4344265945007f6110abc47fb7e.tar.gz CMake-e128f8a8a2e1d4344265945007f6110abc47fb7e.tar.bz2 |
ENH: Added tk library names tk8.4 tk8.3 tk8.2 and tk8.0 to correspond to tk84 tk83 tk82 and tk80. TK_LIBRARY should now be found on more platforms.
-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 3d4d92c..342517f 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -39,7 +39,7 @@ FIND_LIBRARY(TCL_LIBRARY ) FIND_LIBRARY(TK_LIBRARY - NAMES tk tk84 tk83 tk82 tk80 + NAMES tk tk84 tk8.4 tk83 tk8.3 tk82 tk8.2 tk80 tk8.0 PATHS /usr/lib /usr/local/lib |