This commit is contained in:
Allen Byrne 2019-07-18 12:07:32 -05:00
parent 179d0b5af0
commit 5984530f3f

View File

@ -117,7 +117,7 @@ if (BUILD_SHARED_LIBS)
)
if (MINGW)
target_link_options (${HDF5_CPP_LIBSH_TARGET}
PUBLIC "-static -static-libgcc -static-libstdc++ -dynamic>"
PUBLIC "-static -static-libgcc -static-libstdc++ -dynamic"
)
endif ()
set_global_variable (HDF5_LIBRARIES_TO_EXPORT "${HDF5_LIBRARIES_TO_EXPORT};${HDF5_CPP_LIBSH_TARGET}")