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  51b1df74b6051d347e96bc462f787cd6855365d1 (commit)
       via  d65e05fdca0506201f8b6888c82d16555785dddb (commit)
      from  7e1031acd235b208c1bc6ddde96e3be2a4061d07 (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=51b1df74b6051d347e96bc462f787cd6855365d1
commit 51b1df74b6051d347e96bc462f787cd6855365d1
Merge: 7e1031a d65e05f
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Fri Jun 8 11:35:19 2012 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Jun 8 11:35:19 2012 -0400

    Merge topic 'UseJava-13281' into next
    
    d65e05f UseJava: really fix


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d65e05fdca0506201f8b6888c82d16555785dddb
commit d65e05fdca0506201f8b6888c82d16555785dddb
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Fri Jun 8 17:35:05 2012 +0200
Commit:     Rolf Eike Beer <e...@sf-mail.de>
CommitDate: Fri Jun 8 17:35:05 2012 +0200

    UseJava: really fix

diff --git a/Modules/UseJava.cmake b/Modules/UseJava.cmake
index 39e79fc..0b2d1b8 100644
--- a/Modules/UseJava.cmake
+++ b/Modules/UseJava.cmake
@@ -533,9 +533,9 @@ function (find_jar VARIABLE)
         endif (${_state} STREQUAL "name")
     endforeach (arg ${ARGN})
 
-    if (_jar_names STREQUAL "")
+    if (NOT _jar_names)
         message(FATAL_ERROR "find_jar: No name to search for given")
-    endif (_jar_names STREQUAL "")
+    endif (NOT _jar_names)
 
     foreach (jar_name ${_jar_names})
         foreach (version ${_jar_versions})

-----------------------------------------------------------------------

Summary of changes:
 Modules/UseJava.cmake |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to