summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-23 20:00:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-23 20:00:41 (GMT)
commit96690845c150eadb288b98220e3a6d7ded244f3b (patch)
treed8109ddb15468959b8f171188013bbda281042cb /release_docs
parentfe435e3dd4d03524a5387cd7e872350a314c3d92 (diff)
downloadhdf5-96690845c150eadb288b98220e3a6d7ded244f3b.zip
hdf5-96690845c150eadb288b98220e3a6d7ded244f3b.tar.gz
hdf5-96690845c150eadb288b98220e3a6d7ded244f3b.tar.bz2
[svn-r26545] Description:
Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_CMake.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 248f03f..efe8d4e 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -574,7 +574,6 @@ HDF5_STRICT_FORMAT_CHECKS "Whether to perform strict file format checks"
HDF5_TEST_VFD "Execute tests with different VFDs" OFF
HDF5_USE_16_API_DEFAULT "Use the HDF5 1.6.x API by default" OFF
HDF5_USE_FOLDERS "Enable folder grouping of projects in IDEs." OFF
-HDF5_WANT_DATA_ACCURACY "IF data accuracy is guaranteed during data conversions" ON
HDF5_WANT_DCONV_EXCEPTION "exception handling functions is checked during data conversions" ON
HDF5_ENABLE_THREADSAFE "Enable Threadsafety" OFF
if (APPLE)