Allow JNI library loading in Java 24+ (#5522)

This commit is contained in:
Allen Byrne
2025-05-08 10:57:08 -05:00
committed by GitHub
parent a00660b565
commit f434a22e2d
+1 -1
View File
@@ -113,7 +113,7 @@ set (HDF5_JAVADOC_HDF_HDF5_SOURCES
set (CMAKE_JNI_TARGET TRUE)
file (WRITE ${PROJECT_BINARY_DIR}/Manifest.txt
"
"Enable-Native-Access: ALL-UNNAMED
"
)