forked from pool/cmake
Simon Lees
5e987191a7
Fix detection of libjvm of ZERO JVM OBS-URL: https://build.opensuse.org/request/show/1146626 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=569
11 lines
342 B
Diff
11 lines
342 B
Diff
--- cmake-3.28.1/Modules/FindJNI.cmake 2024-02-14 13:10:42.173018608 +0100
|
|
+++ cmake-3.28.1/Modules/FindJNI.cmake 2024-02-14 17:43:00.956527142 +0100
|
|
@@ -344,6 +344,7 @@
|
|
"${dir}"
|
|
"${dir}/client"
|
|
"${dir}/server"
|
|
+ "${dir}/zero"
|
|
# IBM SDK, Java Technology Edition, specific paths
|
|
"${dir}/j9vm"
|
|
"${dir}/default"
|