diff options
author | Sean <sean@rogue-research.com> | 2021-02-08 20:16:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 20:16:41 (GMT) |
commit | aa95b70f6da1852f136e36954814be0fa4b02fa2 (patch) | |
tree | 4c8ef030d8a8679b229cd879f9b2a85a8798d89e /config/cmake | |
parent | 2b4b8e8423bcbbc25df3c5d262bf310703e78f1b (diff) | |
download | hdf5-aa95b70f6da1852f136e36954814be0fa4b02fa2.zip hdf5-aa95b70f6da1852f136e36954814be0fa4b02fa2.tar.gz hdf5-aa95b70f6da1852f136e36954814be0fa4b02fa2.tar.bz2 |
Remove prohibition against building Universal Binaries on macOS (#318)
Fixes github issue #311.
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index a4d07fc..1256cf8 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -26,9 +26,6 @@ /* Define if using a Windows compiler (i.e. Visual Studio) */ #cmakedefine H5_HAVE_VISUAL_STUDIO @H5_HAVE_VISUAL_STUDIO@ -/* Define if building universal (internal helper macro) */ -#cmakedefine H5_AC_APPLE_UNIVERSAL_BUILD @H5_AC_APPLE_UNIVERSAL_BUILD@ - /* Define if C++ compiler recognizes offsetof */ #cmakedefine H5_CXX_HAVE_OFFSETOF @CXX_HAVE_OFFSETOF@ |