summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-04-07 15:14:12 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-04-07 15:14:12 (GMT)
commitf9ef7ec457734ed8f45656fb1e7f934107a77390 (patch)
tree531b5c614b4ee3a2ef6fe9007acbbb1ca8b4bda7 /config
parent7728391265eb19e7c0f341ac05b52d6b55f35e7e (diff)
downloadhdf5-f9ef7ec457734ed8f45656fb1e7f934107a77390.zip
hdf5-f9ef7ec457734ed8f45656fb1e7f934107a77390.tar.gz
hdf5-f9ef7ec457734ed8f45656fb1e7f934107a77390.tar.bz2
[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)
Diffstat (limited to 'config')
-rw-r--r--config/cmake/ConfigureChecks.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index e97912b..8033d53 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -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)