[Cmake-commits] CMake branch, next, updated. v2.8.6-2311-ge2477cf
Brad King
brad.king at kitware.com
Thu Dec 22 09:34:36 EST 2011
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 e2477cf65161c46c377419a231c3371437630285 (commit)
via d0711486f98268f7e78c9a3ca7ba9e3fc5967967 (commit)
from d93673a5d3e2a0b0d0a9ef3d8afe9ff55a77b353 (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=e2477cf65161c46c377419a231c3371437630285
commit e2477cf65161c46c377419a231c3371437630285
Merge: d93673a d071148
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 22 09:34:29 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 22 09:34:29 2011 -0500
Merge topic 'FindwxWidgets-webview-issue-12636' into next
d071148 FindwxWidgets: Add webview library (#12636)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d0711486f98268f7e78c9a3ca7ba9e3fc5967967
commit d0711486f98268f7e78c9a3ca7ba9e3fc5967967
Author: Jason Erb <jason.erb at uncrease.com>
AuthorDate: Wed Dec 21 11:45:00 2011 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Dec 22 09:29:59 2011 -0500
FindwxWidgets: Add webview library (#12636)
Update for wxWidgets 2.9.3 to include webview component.
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake
index 090259b..0bc6172 100644
--- a/Modules/FindwxWidgets.cmake
+++ b/Modules/FindwxWidgets.cmake
@@ -312,7 +312,7 @@ IF(wxWidgets_FIND_STYLE STREQUAL "win32")
# Find wxWidgets multilib libraries.
FOREACH(LIB core adv aui html media xrc dbgrid gl qa richtext
- stc ribbon propgrid)
+ stc ribbon propgrid webview)
FIND_LIBRARY(WX_${LIB}${_DBG}
NAMES
wxmsw${_UNV}29${_UCD}${_DBG}_${LIB}
-----------------------------------------------------------------------
Summary of changes:
Modules/FindwxWidgets.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list