diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-10-06 17:38:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-10-06 17:38:04 (GMT) |
commit | 16e7b241d0f3fb9ffe2b143eadca4e47a8919d92 (patch) | |
tree | 937d4b70ef26605ef14f0cc03423fa50bd03198e | |
parent | 6f04c0f89da2c1f9824ef0b6b6d861b3cb4093d8 (diff) | |
download | hdf5-16e7b241d0f3fb9ffe2b143eadca4e47a8919d92.zip hdf5-16e7b241d0f3fb9ffe2b143eadca4e47a8919d92.tar.gz hdf5-16e7b241d0f3fb9ffe2b143eadca4e47a8919d92.tar.bz2 |
[svn-r27971] eliminate duplicate option
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d25c5d7..ef91cfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -193,10 +193,10 @@ endif (NOT HDF5_INSTALL_LIB_DIR) if (NOT HDF5_INSTALL_INCLUDE_DIR) set (HDF5_INSTALL_INCLUDE_DIR include) endif (NOT HDF5_INSTALL_INCLUDE_DIR) +option (HDF5_BUILD_FRAMEWORKS "TRUE to build as frameworks libraries, FALSE to build according to BUILD_SHARED_LIBS" TRUE) if (NOT HDF5_INSTALL_DATA_DIR) if (NOT WIN32) if (APPLE) - option (HDF5_BUILD_FRAMEWORKS "TRUE to build as frameworks libraries, FALSE to build according to BUILD_SHARED_LIBS" TRUE) if (HDF5_BUILD_FRAMEWORKS) set (HDF5_INSTALL_EXTRA_DIR ../SharedSupport) else (HDF5_BUILD_FRAMEWORKS) |