diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-23 22:01:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-23 22:01:31 (GMT) |
commit | b424ce1b3f357b50cea356a00d61c46d67345926 (patch) | |
tree | c545ca5329ff647f8c2f7ae59a85dc63e21e97f3 /config/cmake/ConfigureChecks.cmake | |
parent | 9c07c94448f6cea9966e0f8aef91caa8d40dc06b (diff) | |
download | hdf5-b424ce1b3f357b50cea356a00d61c46d67345926.zip hdf5-b424ce1b3f357b50cea356a00d61c46d67345926.tar.gz hdf5-b424ce1b3f357b50cea356a00d61c46d67345926.tar.bz2 |
[svn-r26550] Description:
Remove orphaned macro definitions (not attached to anything in the library)
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
Diffstat (limited to 'config/cmake/ConfigureChecks.cmake')
-rw-r--r-- | config/cmake/ConfigureChecks.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index 56586c5..b193ff4 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -263,12 +263,6 @@ H5ConversionTests (H5_LONG_TO_LDOUBLE_SPECIAL "Checking IF your system can conve # H5ConversionTests (H5_NO_ALIGNMENT_RESTRICTIONS "Checking IF alignment restrictions are strictly enforced") -# Define a macro for Cygwin (on XP only) where the compiler has rounding -# problem converting from unsigned long long to long double */ -if (CYGWIN) - set (H5_CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM 1) -endif (CYGWIN) - # ----------------------------------------------------------------------- # wrapper script variables # |