mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r21481] Add option to enable windows stdio
This commit is contained in:
parent
07d7090609
commit
1f115749c4
@ -249,6 +249,16 @@ IF (WIN32 AND NOT CYGWIN)
|
||||
OPTION (HDF_LEGACY_NAMING "Use Legacy Names for Libraries and Programs" OFF)
|
||||
ENDIF (WIN32 AND NOT CYGWIN)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Option to enable use of stdio instead of posix io
|
||||
#-----------------------------------------------------------------------------
|
||||
IF (WIN32)
|
||||
OPTION (HDF5_ENABLE_WINDOWS_STDIO "Enable use of stdio instead of posix io" OFF)
|
||||
IF (HDF5_ENABLE_WINDOWS_STDIO)
|
||||
SET (H5_WINDOWS_USE_STDIO 1)
|
||||
ENDIF (HDF5_ENABLE_WINDOWS_STDIO)
|
||||
ENDIF (WIN32)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Option to Build Shared/Static libs, default is static
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user