diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 22:22:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 22:22:49 (GMT) |
commit | 68decbbc42e7b267c1301d2bd98c47014648dff8 (patch) | |
tree | 43a7188579d45bb60c779f8b6b8a68a9c201f6c4 /config/cmake | |
parent | 1756ca5c13d79af26a6bae1c9913c2fbbde09ca0 (diff) | |
download | hdf5-68decbbc42e7b267c1301d2bd98c47014648dff8.zip hdf5-68decbbc42e7b267c1301d2bd98c47014648dff8.tar.gz hdf5-68decbbc42e7b267c1301d2bd98c47014648dff8.tar.bz2 |
[svn-r26634] Description:
Bring r26550 from autotools_rework branch to trunk:
Remove orphaned macro definitions (not attached to anything in the library)
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for 2+ days)
Diffstat (limited to 'config/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 # |