diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-12-01 04:12:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-12-01 04:12:16 (GMT) |
commit | 0d561e64fe1419392ae3f04079955b829c0d7160 (patch) | |
tree | 8a57ee7a9566b85c3fd3af97db0238b034a58776 /release_docs | |
parent | 6357e171855b4050d040a6e7b4ddc8a42d0f2d0b (diff) | |
download | hdf5-0d561e64fe1419392ae3f04079955b829c0d7160.zip hdf5-0d561e64fe1419392ae3f04079955b829c0d7160.tar.gz hdf5-0d561e64fe1419392ae3f04079955b829c0d7160.tar.bz2 |
[svn-r21786] remove HDF_LEGACY option for lib naming on windows
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/CMake.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index f05bd31..09bd06b 100644 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -260,7 +260,6 @@ OPTION (HDF5_ENABLE_HSIZET "Enable datasets larger than memory" ON) OPTION (HDF5_ENABLE_LARGE_FILE "Enable support for large (64-bit) files on Linux." ON) OPTION (HDF5_ENABLE_GPFS "Enable GPFS hints for the MPI/POSIX file driver" OFF) IF (APPLE) OPTION (HDF5_BUILD_WITH_INSTALL_NAME "Build with library install_name set to the installation path" OFF) -IF (WIN32 AND NOT CYGWIN) OPTION (HDF_LEGACY_NAMING "Use Legacy Names for Libraries and Programs" OFF) OPTION (BUILD_SHARED_LIBS "Build Shared Libraries" OFF) OPTION (BUILD_STATIC_EXECS "Build Static Executabless" OFF) OPTION (BUILD_STATIC_PIC "Build Static PIC" OFF) |