[Cmake-commits] CMake branch, next, updated. v3.2.0-rc1-405-gddcb4f0

Brad King brad.king at kitware.com
Wed Feb 18 09:17:53 EST 2015


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  ddcb4f0f656c001fa8081b8e8a04151532c542e6 (commit)
       via  b88c2ee0924bdf3405bf1710a11c8999cc61c6e2 (commit)
      from  cf2cd52726972ae5be42a2a6b4cc89c9faa6726e (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=ddcb4f0f656c001fa8081b8e8a04151532c542e6
commit ddcb4f0f656c001fa8081b8e8a04151532c542e6
Merge: cf2cd52 b88c2ee
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 18 09:17:53 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 18 09:17:53 2015 -0500

    Merge topic 'FindJNI-awt-arch' into next
    
    b88c2ee0 FindJNI: Add arch-specific library dir for JDK 9 layout (#15408)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b88c2ee0924bdf3405bf1710a11c8999cc61c6e2
commit b88c2ee0924bdf3405bf1710a11c8999cc61c6e2
Author:     Tiago Stürmer Daitx <tdaitx at gmail.com>
AuthorDate: Wed Feb 18 04:09:41 2015 -0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 18 09:17:34 2015 -0500

    FindJNI: Add arch-specific library dir for JDK 9 layout (#15408)
    
    JDK9's directory structure changes and no jdk/jre exists.  The arch
    lib path is now jdk/lib/<arch> (instead of jdk/jre/lib/<arch>).

diff --git a/Modules/FindJNI.cmake b/Modules/FindJNI.cmake
index 3dcb0d0..d248fe1 100644
--- a/Modules/FindJNI.cmake
+++ b/Modules/FindJNI.cmake
@@ -114,6 +114,7 @@ if(_JAVA_HOME)
   JAVA_APPEND_LIBRARY_DIRECTORIES(JAVA_AWT_LIBRARY_DIRECTORIES
     ${_JAVA_HOME}/jre/lib/{libarch}
     ${_JAVA_HOME}/jre/lib
+    ${_JAVA_HOME}/lib/{libarch}
     ${_JAVA_HOME}/lib
     ${_JAVA_HOME}
     )

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

Summary of changes:
 Modules/FindJNI.cmake |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list