summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-09-23 22:09:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-09-23 22:09:30 (GMT)
commitc19d87b1fc55a3c89bbcea6d940e4b50a4961ef4 (patch)
tree30b584d3079170113b30cfc753a8a91cef4cce5b /config/cmake/H5pubconf.h.in
parentb52c12bc1dbada52a1272ecd5949372ae1dbe6f8 (diff)
downloadhdf5-c19d87b1fc55a3c89bbcea6d940e4b50a4961ef4.zip
hdf5-c19d87b1fc55a3c89bbcea6d940e4b50a4961ef4.tar.gz
hdf5-c19d87b1fc55a3c89bbcea6d940e4b50a4961ef4.tar.bz2
[svn-r24192] Correct test and usage of defines for cmake configure
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 9d86931..bef9d77 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -708,7 +708,7 @@
#cmakedefine H5_SIZEOF_UNSIGNED @H5_SIZEOF_UNSIGNED@
/* The size of `__int64', as computed by sizeof. */
-#cmakedefine H5_SIZEOF___INT64 @H5_SIZEOF___INT64@
+#define H5_SIZEOF___INT64 @H5_SIZEOF___INT64@
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine H5_STDC_HEADERS @H5_STDC_HEADERS@