[cmake-developers] [PATCH] Add BSD paths for Tcl/Tk 8.6.

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Aug 25 18:32:43 EDT 2013


Follow-up to 4a015f7: those paths added for OpenBSD also work on other BSDs,
some of which are already using version 8.6 of Tcl/Tk.
---
 Modules/FindTCL.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake
index f649ddc..37e43d0 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
-- 
1.8.3.4




More information about the cmake-developers mailing list