From 7a74cdbe45df787f6412e47c67916e6d25649a58 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 9 Nov 2023 11:52:13 -0600 Subject: [PATCH] delete old command --- fortran/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index f1cb1b65c45..f75c433edc5 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -363,7 +363,6 @@ if (BUILD_STATIC_LIBS) endif () if (BUILD_SHARED_LIBS) - add_library (${HDF5_F90_LIBSH_TARGET} SHARED ${f90_F_SOURCES_SHARED}) if(WIN32) set(DLLDEF ${HDF5_F90_SRC_BINARY_DIR}/hdf5_fortrandll.def) else()