[Cmake-commits] CMake branch, next, updated. v3.6.0-791-g342c1cd
Brad King
brad.king at kitware.com
Wed Jul 13 09:15:06 EDT 2016
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 342c1cdbc848d88486934a9515d88b4668aec250 (commit)
via c6f41dcae7e25fe184133695087a84d0e6922e0f (commit)
via de9b400c8f1f1d6dc923f13f1b33fbf85f65387e (commit)
from f4053736f27e15046f0f130d8559414c3bee0c9d (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=342c1cdbc848d88486934a9515d88b4668aec250
commit 342c1cdbc848d88486934a9515d88b4668aec250
Merge: f405373 c6f41dc
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 13 09:15:05 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 13 09:15:05 2016 -0400
Merge topic 'findicu' into next
c6f41dca fixup! FindICU: New module
de9b400c Help: Add notes for topic 'findicu'
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c6f41dcae7e25fe184133695087a84d0e6922e0f
commit c6f41dcae7e25fe184133695087a84d0e6922e0f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 13 09:14:24 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Jul 13 09:14:24 2016 -0400
fixup! FindICU: New module
diff --git a/Modules/FindICU.cmake b/Modules/FindICU.cmake
index c9212cb..ade39b8 100644
--- a/Modules/FindICU.cmake
+++ b/Modules/FindICU.cmake
@@ -10,7 +10,7 @@
# ``lx``, ``test``, ``tu`` and ``uc``.
#
# Note that on Windows ``data`` is named ``dt`` and ``i18n`` is named
-# ``in`; any of the names may be used, and the appropriate
+# ``in``; any of the names may be used, and the appropriate
# platform-specific library name will be automatically selected.
#
# This module reports information about the ICU installation in
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=de9b400c8f1f1d6dc923f13f1b33fbf85f65387e
commit de9b400c8f1f1d6dc923f13f1b33fbf85f65387e
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 13 08:59:52 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Jul 13 08:59:52 2016 -0400
Help: Add notes for topic 'findicu'
diff --git a/Help/release/dev/findicu.rst b/Help/release/dev/findicu.rst
new file mode 100644
index 0000000..0950327
--- /dev/null
+++ b/Help/release/dev/findicu.rst
@@ -0,0 +1,5 @@
+findicu
+-------
+
+* A :module:`FindICU` module was introduced to find the International
+ Components for Unicode (ICU) libraries and programs.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/findicu.rst | 5 +++++
Modules/FindICU.cmake | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 Help/release/dev/findicu.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list