From 0d561e64fe1419392ae3f04079955b829c0d7160 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 30 Nov 2011 23:12:16 -0500 Subject: [svn-r21786] remove HDF_LEGACY option for lib naming on windows --- CMakeLists.txt | 7 ------- release_docs/CMake.txt | 1 - 2 files changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24fa738..6e1db97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -259,13 +259,6 @@ SET (EXTERNAL_LIBRARYDLL_LIST "") INCLUDE (${HDF5_RESOURCES_DIR}/ConfigureChecks.cmake) #----------------------------------------------------------------------------- -# Option to use legacy naming for windows libs/programs, default is legacy -#----------------------------------------------------------------------------- -IF (WIN32 AND NOT CYGWIN) - OPTION (HDF_LEGACY_NAMING "Use Legacy Names for Libraries and Programs" OFF) -ENDIF (WIN32 AND NOT CYGWIN) - -#----------------------------------------------------------------------------- # Option to Build Shared/Static libs, default is static #----------------------------------------------------------------------------- OPTION (BUILD_SHARED_LIBS "Build Shared Libraries" OFF) 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) -- cgit v0.12