forked from pool/cmake
Dirk Mueller
9dc6932a6b
- update to 3.30.3: * file(DOWNLOAD): Fix User-Agent to use run-time curl version * curl: Avoid using HTTP/2 with curl 8.7.x due to bug in error codes * FindPython: fix regression of NumPy detection with Intel MKL library * FindPython: ensure a usable environment is set for the free threaded Python * project: non cache <project> prefix variables are created * FindJNI: Support finding libjvm.so for all OpenJDK variants - Remove cmake-zerojvm.patch which is part of upstream OBS-URL: https://build.opensuse.org/request/show/1197687 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=602
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"
|