mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r28056] Add HL and Threadsafe notice
This commit is contained in:
parent
7c4e5533fb
commit
2c9b575d38
@ -571,6 +571,14 @@ if (WIN32)
|
||||
message (STATUS " **** Allowing unsupported C++ and thread-safety options **** ")
|
||||
endif (NOT ALLOW_UNSUPPORTED)
|
||||
endif (HDF5_BUILD_CPP_LIB)
|
||||
if (HDF5_BUILD_HL_LIB)
|
||||
if (NOT ALLOW_UNSUPPORTED)
|
||||
message (STATUS " **** HL and thread-safety options are not supported **** ")
|
||||
message (STATUS " **** thread-safety option will not be used building HL library **** ")
|
||||
else (NOT ALLOW_UNSUPPORTED)
|
||||
message (STATUS " **** Allowing unsupported HL and thread-safety options **** ")
|
||||
endif (NOT ALLOW_UNSUPPORTED)
|
||||
endif (HDF5_BUILD_HL_LIB)
|
||||
if (H5_HAVE_IOEO)
|
||||
message (STATUS " **** Win32 threads requires WINVER>=0x600 (Windows Vista/7/8) **** ")
|
||||
set (H5_HAVE_WIN_THREADS 1)
|
||||
|
Loading…
Reference in New Issue
Block a user