mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user