forked from pool/cmake
Simon Lees
787f614237
- update to 3.30.1 * Tests: Fix RunCMake.ExternalProject when git is not available + Restore support for exporting INTERFACE with missing dependencies * FindMatlab: Restore support for finding Matlab without any languages * libuv: backport IDNA input/output hardening fixes * IntelLLVM: Update toolchain layout for 2024+ versions * Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usage - Drop cmake-fix-test-without-git.patch which is part of 3.30.1 OBS-URL: https://build.opensuse.org/request/show/1188712 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=596
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"
|