summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-12-31 17:50:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-12-31 17:50:47 (GMT)
commit7affd93d05d699d9eee97301aac2eb71c429d6c6 (patch)
tree38fdf87ffdcd5601ca3aeb70042ff53d02e75629 /config
parentf5d2975018537618fdf6b7031cb79d8698b34395 (diff)
downloadhdf5-7affd93d05d699d9eee97301aac2eb71c429d6c6.zip
hdf5-7affd93d05d699d9eee97301aac2eb71c429d6c6.tar.gz
hdf5-7affd93d05d699d9eee97301aac2eb71c429d6c6.tar.bz2
[svn-r25934] Fix incorrectly combined check.
Diffstat (limited to 'config')
-rw-r--r--config/cmake/ConfigureChecks.cmake12
1 files changed, 1 insertions, 11 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 611b4ee..a709a4d 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -320,17 +320,7 @@ H5ConversionTests (H5_FP_TO_ULLONG_ACCURATE "Checking IF accurately roundup conv
# where the maximal number for unsigned long long is 0x7fffffffffffffff
# during conversion.
#
-
-if (WINDOWS)
- #-----------------------------------------------------------------------------
- # These tests need to be manually SET for windows since there is currently
- # something not quite correct with the actual test implementation. This affects
- # the 'dt_arith' test and most likely lots of other code
- # ----------------------------------------------------------------------------
- set (H5_FP_TO_ULLONG_RIGHT_MAXIMUM "" CACHE INTERNAL "")
-else (WINDOWS)
- H5ConversionTests (H5_FP_TO_ULLONG_RIGHT_MAXIMUM "Checking IF right maximum converting floating-point to unsigned long long values" )
-endif (WINDOWS)
+H5ConversionTests (H5_FP_TO_ULLONG_RIGHT_MAXIMUM "Checking IF right maximum converting floating-point to unsigned long long values" )
# ----------------------------------------------------------------------
# Set the flag to indicate that the machine can accurately convert
# 'long double' to 'unsigned int' values. (This flag should be set for