mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r20430] Remove config message for windows - H5_HAVE_GETCONSOLESCREENBUFFERINFO always gets set on windows (this is from the pubconf.h in the windows folder)
This commit is contained in:
parent
7728391265
commit
f9ef7ec457
@ -10,9 +10,6 @@ INCLUDE (${CMAKE_ROOT}/Modules/CheckSymbolExists.cmake)
|
||||
INCLUDE (${CMAKE_ROOT}/Modules/CheckTypeSize.cmake)
|
||||
INCLUDE (${CMAKE_ROOT}/Modules/CheckFortranFunctionExists.cmake)
|
||||
|
||||
MESSAGE (STATUS "Configure Checks that still need to be implemented")
|
||||
MESSAGE (STATUS " GetConsoleScreenBufferInfo function for Windows")
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Always SET this for now IF we are on an OS X box
|
||||
#-----------------------------------------------------------------------------
|
||||
@ -176,6 +173,7 @@ IF (WINDOWS)
|
||||
SET (H5_HAVE_LONGJMP 1)
|
||||
SET (H5_STDC_HEADERS 1)
|
||||
SET (H5_HAVE_GETHOSTNAME 1)
|
||||
SET (H5_HAVE_GETCONSOLESCREENBUFFERINFO 1)
|
||||
SET (H5_HAVE_TIMEZONE 1)
|
||||
SET (H5_HAVE_FUNCTION 1)
|
||||
SET (H5_LONE_COLON 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user