allow better CMake version testing (#5727)

* add cmake latest workflow with lukka/get-cmake@latest
* Upgrade minimum CMake version to 3.26
This commit is contained in:
Allen Byrne
2025-08-23 06:43:20 -05:00
committed by GitHub
parent 85d9ec8864
commit 63803d7115
121 changed files with 317 additions and 216 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# and integration with the HDF5 Java JNI and core libraries.
#-----------------------------------------------------------------------------
cmake_minimum_required (VERSION 3.18)
cmake_minimum_required (VERSION 3.26)
project (HDF5_JAVA_TEST Java)
set (CMAKE_VERBOSE_MAKEFILE 1)