diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 21:30:14 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 21:30:14 (GMT) |
commit | b96e13a7e3476e86056a1c5424288b50001b0453 (patch) | |
tree | ce8d0c2189ac27332bcafe0dcb91eaadd8f68441 /release_docs | |
parent | c2472b4d006b6d036ec9e037fa5c677f71e9ac25 (diff) | |
download | hdf5-b96e13a7e3476e86056a1c5424288b50001b0453.zip hdf5-b96e13a7e3476e86056a1c5424288b50001b0453.tar.gz hdf5-b96e13a7e3476e86056a1c5424288b50001b0453.tar.bz2 |
[svn-r26627] Description:
Bring r26545 from autotools_rework branch to trunk:
Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no
longer attached to any library behavior.
Tested on:
Linux/32 2.6.8 (jam) w/serial & parallel
(Daily tested on branch for 2+ days)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index c16b72d..3c02d47 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) |