Skip to content

Commit

Permalink
Merge topic 'FindJNI-zero-vm-location' into release-3.30
Browse files Browse the repository at this point in the history
9832916 FindJNI: Support finding libjvm.so for all OpenJDK variants

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9725
  • Loading branch information
bradking authored and kwrobot committed Aug 15, 2024
2 parents 5f42d87 + 9832916 commit 97bb92a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/FindJNI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,9 @@ foreach(dir IN LISTS JAVA_AWT_LIBRARY_DIRECTORIES)
list(APPEND JAVA_JVM_LIBRARY_DIRECTORIES
"${dir}"
"${dir}/client"
"${dir}/minimal"
"${dir}/server"
"${dir}/zero"
# IBM SDK, Java Technology Edition, specific paths
"${dir}/j9vm"
"${dir}/default"
Expand Down

0 comments on commit 97bb92a

Please sign in to comment.