Files
hdf5/utils/tools/test/CMakeLists.txt
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

9 lines
162 B
CMake

cmake_minimum_required (VERSION 3.26)
project (HDF5_TOOLS_TEST C)
#-- Add the h5diff tests
if (HDF5_BUILD_PARALLEL_TOOLS)
add_subdirectory (h5dwalk)
endif()