Skip to content

Commit

Permalink
defined CMAKE_H5_HAVE_DARWIN (HDFGroup#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Mar 18, 2024
1 parent 631e6c3 commit 35b250e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fortran/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35b250e

Please sign in to comment.