[Cmake-commits] CMake branch, next, updated. v2.8.10.1-1023-gddaf6ec
Rolf Eike Beer
eike at sf-mail.de
Sun Nov 25 09:15:48 EST 2012
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 ddaf6ec93166e0681bf916e1c438fdcab1399d17 (commit)
via 94f37851ef5c6dccbe2dd647a3b38e3196393298 (commit)
via 6aa02d24c74b249a1883ccdb9a87de86368c6575 (commit)
via 79357448ceac5a8657c5be25bd3f02cd3345b934 (commit)
from 0989a82a7ce33ca2e57f6c862aa473d3613d1611 (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=ddaf6ec93166e0681bf916e1c438fdcab1399d17
commit ddaf6ec93166e0681bf916e1c438fdcab1399d17
Merge: 0989a82 94f3785
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Nov 25 09:15:46 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Nov 25 09:15:46 2012 -0500
Merge topic 'fix-FindGettext-result' into next
94f3785 FindGettext: fix overwriting result with empty variable (#13691)
6aa02d2 CMake Nightly Date Stamp
7935744 CMake Nightly Date Stamp
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=94f37851ef5c6dccbe2dd647a3b38e3196393298
commit 94f37851ef5c6dccbe2dd647a3b38e3196393298
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Nov 25 15:15:34 2012 +0100
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sun Nov 25 15:15:34 2012 +0100
FindGettext: fix overwriting result with empty variable (#13691)
diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake
index f1c78ae..1a6bd39 100644
--- a/Modules/FindGettext.cmake
+++ b/Modules/FindGettext.cmake
@@ -209,5 +209,3 @@ function(GETTEXT_PROCESS_PO_FILES _lang)
add_dependencies(pofiles ${uniqueTargetName})
endfunction()
-
-set(GETTEXT_FOUND ${Gettext_FOUND})
-----------------------------------------------------------------------
Summary of changes:
Modules/FindGettext.cmake | 2 --
Source/CMakeVersion.cmake | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list