[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3979-g6079de0
Brad King
brad.king at kitware.com
Mon Aug 26 09:14:49 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 6079de0e949cba9b052531947d5d016c17762380 (commit)
via 141ce010621319f9b5e54d41b3b34cd05da63374 (commit)
via 464456646fbb4e7500ef4b982a3ed9317493f565 (commit)
via beffeb1ffe474870c09630dcd7a801d2a27b86b3 (commit)
via 898d920d54ed2f0520f97b8221575769b25da2f1 (commit)
via b864a5396a1abd22f995c3b376ff2021a8cd4d4e (commit)
from 1aab1512713e268108ae0a041c00939bb2b1aaca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6079de0e949cba9b052531947d5d016c17762380
commit 6079de0e949cba9b052531947d5d016c17762380
Merge: 1aab151 141ce01
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 26 09:14:46 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 26 09:14:46 2013 -0400
Merge topic 'FindTCL-paths-for-8.6' into next
141ce01 FindTCL: Add BSD paths for Tcl/Tk 8.6
4644566 CMake Nightly Date Stamp
beffeb1 CMake Nightly Date Stamp
898d920 CMake Nightly Date Stamp
b864a53 CMake Nightly Date Stamp
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=141ce010621319f9b5e54d41b3b34cd05da63374
commit 141ce010621319f9b5e54d41b3b34cd05da63374
Author: Raphael Kubo da Costa <rakuco at FreeBSD.org>
AuthorDate: Mon Aug 26 01:32:43 2013 +0300
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Aug 26 09:12:00 2013 -0400
FindTCL: Add BSD paths for Tcl/Tk 8.6
Follow-up to commit 4a015f77 (OpenBSD: Add paths for Tcl/Tk 8.4/8.5,
2012-12-03): those paths added for OpenBSD also work on other BSDs, some
of which are already using version 8.6 of Tcl/Tk.
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
-----------------------------------------------------------------------
Summary of changes:
Modules/FindTCL.cmake | 2 ++
Source/CMakeVersion.cmake | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list