diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-19 21:37:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-19 21:37:04 (GMT) |
commit | 9501c1685758455fe7ff7f4fdbfbf93bff09a531 (patch) | |
tree | c395b386076ad904d2997e81875ebb0f8646f443 | |
parent | d75a6763ec649272bf391b5365e92f9b78f3642c (diff) | |
download | hdf5-9501c1685758455fe7ff7f4fdbfbf93bff09a531.zip hdf5-9501c1685758455fe7ff7f4fdbfbf93bff09a531.tar.gz hdf5-9501c1685758455fe7ff7f4fdbfbf93bff09a531.tar.bz2 |
[svn-r26490] Remove unused defines
-rw-r--r-- | fortran/src/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index 22a091e..d43f23c 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -234,10 +234,6 @@ add_library (${HDF5_F90_LIB_TARGET} ${LIB_TYPE} ${f90_F_SRCS}) set (SHARED_LINK_FLAGS " ") if (WIN32) if (BUILD_SHARED_LIBS) - set_property (TARGET ${HDF5_F90_LIB_TARGET} - APPEND PROPERTY COMPILE_DEFINITIONS - BUILD_HDF5_DLL - ) if (MSVC) set (SHARED_LINK_FLAGS "/DLL /DEF:${HDF5_F90_SRC_BINARY_DIR}/hdf5_fortrandll.def") endif (MSVC) |