Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Sep 7, 2024
1 parent c84f974 commit 01a3dfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cmake/HDFCompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ endif ()
MARK_AS_ADVANCED (HDF5_ENABLE_OPTIMIZATION)

#-----------------------------------------------------------------------------
# The build-mode specific flags are not added to CMAKE_C_FLAGS, so create
# a separate variable for them so they can be written out to libhdf5.settings
# and H5build_settings.c
# The build mode flags are not added to CMAKE_C_FLAGS, so create a separate
# variable for them so they can be written out to libhdf5.settings and
# H5build_settings.c
#-----------------------------------------------------------------------------
set (HDF5_BUILD_MODE_C_FLAGS "")
set (HDF5_BUILD_MODE_Fortran_FLAGS "")
Expand Down

0 comments on commit 01a3dfd

Please sign in to comment.