Skip to content

Commit

Permalink
build_hdf5: avoid nuisance deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 12, 2024
1 parent 11f23a6 commit 97a51a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.20...3.29)
# use max version to avoid deprecation warnings

project(HDF5_build
LANGUAGES C Fortran
)
Expand Down

0 comments on commit 97a51a2

Please sign in to comment.