* Clang/CUDA: Fix language-wide flags when linking .so with compiler driver * Tests: Update expected results for ninja post-1.12 development * FindMatlab: Fix multi-signature function documentation anchors * IAR: decouple linker location from toolkit's bin dir * install: Generate InstallScripts.json in consistent location - update to 3.31.4 * LFortran: Remove hard-coded --generate-object-code flag * FindBoost: Add support for Boost 1.87 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=614
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"
|