summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-06-10 19:23:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-06-10 19:23:27 (GMT)
commit7e2733da8cd2502d224a3dc6975f3dec12548838 (patch)
tree38f0a4b9cfc48ba499dc3aed40e705266b1f0396
parentfeb14ea872ed5889de014e35c421b37501fbe38a (diff)
downloadhdf5-7e2733da8cd2502d224a3dc6975f3dec12548838.zip
hdf5-7e2733da8cd2502d224a3dc6975f3dec12548838.tar.gz
hdf5-7e2733da8cd2502d224a3dc6975f3dec12548838.tar.bz2
[svn-r23746] Correct Windows setting after tests on windows
-rw-r--r--config/cmake/ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 0a4d190..a2e0a03 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -190,7 +190,7 @@ ENDIF (WINDOWS)
# 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 "")
+SET (H5_FP_TO_ULLONG_RIGHT_MAXIMUM "" CACHE INTERNAL "")
# ----------------------------------------------------------------------
# END of WINDOWS Hard code Values