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 /CMakeLists.txt | |
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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4517d9a..3b68d79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -581,15 +581,6 @@ IF (WIN32 AND NOT CYGWIN) ENDIF (WIN32 AND NOT CYGWIN) #----------------------------------------------------------------------------- -# Option to use PACKED BITS SUPPORT -#----------------------------------------------------------------------------- -OPTION (HDF5_USE_H5DUMP_PACKED_BITS "Use the PACKED BITS feature in h5dump" OFF) -SET (H5_HAVE_H5DUMP_PACKED_BITS 0) -IF (HDF5_USE_H5DUMP_PACKED_BITS) - SET (H5_HAVE_H5DUMP_PACKED_BITS 1) -ENDIF (HDF5_USE_H5DUMP_PACKED_BITS) - -#----------------------------------------------------------------------------- # Add the HDF5 Library Target to the build #----------------------------------------------------------------------------- ADD_SUBDIRECTORY (${HDF5_SOURCE_DIR}/src ${PROJECT_BINARY_DIR}/src) |