2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

HDFFV-10508 spelling and grammer

This commit is contained in:
Allen Byrne 2018-07-31 09:28:17 -05:00
parent 496372dc18
commit b8945eac22
2 changed files with 4 additions and 5 deletions

@ -645,7 +645,7 @@ endif ()
NOTE:
The BUILD_STATIC_EXECS ("Build Static Executables") option is only valid
on some unix operating system. It adds the "-static" flag to cflags. This
on some unix operating systems. It adds the "-static" flag to cflags. This
flag is not available on windows and some modern linux systems will
ignore the flag.

@ -536,13 +536,12 @@ the include folder.
The lib folder contains the library files, and CMake adds the pkgconfig
subfolder with the hdf5*.pc files used by the bin/build scripts created by
the CMake build. CMake uses links to the main library file, while autotools
builds copies library files. In addition, because CMake creates the tools
the CMake build. In addition, because CMake creates the tools
library and the C-stub libraries for the Fortran libraries, these libraries
are present only for CMake builds. The names of the szip libaries are different
are present only for CMake builds. The names of the szip libraries are different
between the build systems.
The share folder will have the most differences because CMake builds include
a number of CMake specific files for support of CMakes find_package and support
a number of CMake specific files for support of CMake's find_package and support
for the HDF5 Examples CMake project.