mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Fix typo
This commit is contained in:
parent
179d0b5af0
commit
5984530f3f
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user