Files
hdf5/hl/tools/CMakeLists.txt
T
Allen Byrne 63803d7115 allow better CMake version testing (#5727)
* add cmake latest workflow with lukka/get-cmake@latest
* Upgrade minimum CMake version to 3.26
2025-08-23 06:43:20 -05:00

5 lines
92 B
CMake

cmake_minimum_required (VERSION 3.26)
project (HDF5_HL_TOOLS C)
add_subdirectory (h5watch)