summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-08-27 09:03:42 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2013-08-27 09:03:42 -0400
commitfd09fd78a902086410852229f7609edbe3874d9f (patch)
tree5f1490a576634ac6804eb834bd8de5d93a88120f /Modules
parent9b2940875e51457c77dd946b18b1314a6904454d (diff)
parent141ce010621319f9b5e54d41b3b34cd05da63374 (diff)
downloadcmake-fd09fd78a902086410852229f7609edbe3874d9f.tar.gz
Merge topic 'FindTCL-paths-for-8.6'
141ce01 FindTCL: Add BSD paths for Tcl/Tk 8.6
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindTCL.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake
index f649ddc56c..37e43d05a7 100644
--- a/Modules/FindTCL.cmake
+++ b/Modules/FindTCL.cmake
@@ -172,6 +172,8 @@ set(TCLTK_POSSIBLE_INCLUDE_PATHS
/usr/include/tcl8.3
/usr/include/tcl8.2
/usr/include/tcl8.0
+ /usr/local/include/tcl8.6
+ /usr/local/include/tk8.6
/usr/local/include/tcl8.5
/usr/local/include/tk8.5
/usr/local/include/tcl8.4