diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-07-20 15:29:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-07-20 15:29:38 (GMT) |
commit | c00ba4b1229c79aacf041678a9c667dad2791784 (patch) | |
tree | 355cf0be823410eedde7bd65fa463fc92736c57e /config/cmake/H5cxx_config.h.in | |
parent | a67794b1bc35421f1267133a6f7b447db2a71a3a (diff) | |
download | hdf5-c00ba4b1229c79aacf041678a9c667dad2791784.zip hdf5-c00ba4b1229c79aacf041678a9c667dad2791784.tar.gz hdf5-c00ba4b1229c79aacf041678a9c667dad2791784.tar.bz2 |
[svn-r19107] Move Resources folder to config/cmake
Tested: Local Linux
Diffstat (limited to 'config/cmake/H5cxx_config.h.in')
-rw-r--r-- | config/cmake/H5cxx_config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cmake/H5cxx_config.h.in b/config/cmake/H5cxx_config.h.in new file mode 100644 index 0000000..c4e1c03 --- /dev/null +++ b/config/cmake/H5cxx_config.h.in @@ -0,0 +1,5 @@ +/* src/H5cxx_config.h.in Created manually. */ + +/* Define if offsetof extension is present */ +#cmakedefine HAVE_OFFSETOF ${HAVE_OFFSETOF} + |