summaryrefslogtreecommitdiff
path: root/Modules/FindTCL.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-04-03 13:53:20 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-04-03 13:53:20 -0500
commit1c73117b7add8578bfe1abc3db7de754496e2453 (patch)
tree4cd26018f5a2b137ab83f54ba452417fd3392cc8 /Modules/FindTCL.cmake
parent4ea0f6b9494f2b4a4a5a238f8ad51ee6fbbcfe0a (diff)
downloadcmake-1c73117b7add8578bfe1abc3db7de754496e2453.tar.gz
More places to find TCL/TK for example on Debian
Diffstat (limited to 'Modules/FindTCL.cmake')
-rw-r--r--Modules/FindTCL.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake
index a4473aa231..7675e0a4b1 100644
--- a/Modules/FindTCL.cmake
+++ b/Modules/FindTCL.cmake
@@ -52,6 +52,8 @@ FIND_LIBRARY(TK_LIBRARY
FIND_PATH(TCL_INCLUDE_PATH tcl.h
/usr/include
/usr/local/include
+ /usr/include/tcl8.2
+ /usr/include/tcl8.3
"C:/Program Files/Tcl/include"
"C:/Tcl/include"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Scriptics\\Tcl\\8.4;Root]/include
@@ -65,6 +67,8 @@ FIND_PATH(TCL_INCLUDE_PATH tcl.h
FIND_PATH(TK_INCLUDE_PATH tk.h
/usr/include
/usr/local/include
+ /usr/include/tcl8.2
+ /usr/include/tcl8.3
"C:/Program Files/Tcl/include"
"C:/Tcl/include"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Scriptics\\Tcl\\8.4;Root]/include