defined CMAKE_H5_HAVE_DARWIN (#4146)

This commit is contained in:
Scot Breitenfeld 2024-03-15 12:05:14 -05:00 committed by GitHub
parent 40e1c6d078
commit e913eee81c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,12 @@ else ()
set (CMAKE_H5_HAVE_MPI_F08 0)
endif ()
if (H5_HAVE_DARWIN) # Used in testing
set (CMAKE_H5_HAVE_DARWIN 1)
else ()
set (CMAKE_H5_HAVE_DARWIN 0)
endif ()
# configure for Fortran preprocessor
# Define Parallel variable for passing to H5config_f.inc.cmake