diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-05-03 17:56:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-05-03 17:56:23 (GMT) |
commit | 907a5a1df061e3343d6783c354574fcbb409f73b (patch) | |
tree | 7314cd2cc9d7b64aa7c32ae00f6319fc7a4366c3 /release_docs | |
parent | 344352d88e5e0359b4b727fcbe88917822dd06a3 (diff) | |
download | hdf5-907a5a1df061e3343d6783c354574fcbb409f73b.zip hdf5-907a5a1df061e3343d6783c354574fcbb409f73b.tar.gz hdf5-907a5a1df061e3343d6783c354574fcbb409f73b.tar.bz2 |
[svn-r20713] Packed Bits Merge:
removed option defines and #ifdef/#endif
refactored all printf to HDfprintf in h5dump.c
formatted and indention improvements
synched with 1.8 branch
Tested: local linux
Diffstat (limited to 'release_docs')
-rwxr-xr-x | release_docs/CMake.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index e916df9..f54c9e7 100755 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -124,7 +124,6 @@ Notes: This short instruction is written for users who want to quickly build SET (HDF5_ENABLE_SZIP_ENCODING ON CACHE BOOL "Use SZip Encoding" FORCE) SET (HDF5_ENABLE_SZIP_SUPPORT ON CACHE BOOL "Use SZip Filter" FORCE) SET (HDF5_ENABLE_Z_LIB_SUPPORT ON CACHE BOOL "Enable Zlib Filters" FORCE) - SET (HDF5_USE_H5DUMP_PACKED_BITS ON CACHE BOOL "Use the PACKED BITS feature in h5dump" FORCE) SET (HDF5_ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage for Libraries and Programs" FORCE) 2. Configure the cache settings |