summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-18 17:55:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-18 17:55:02 (GMT)
commit5654ba57f131d14eaf76d09e8ca1299e03ee1358 (patch)
treec5a2a5968bc9fadb6dd45a8ddb475aebe2f08fee /c++
parent5984530f3f25fc236dd263fd134340a0a88abb64 (diff)
downloadhdf5-5654ba57f131d14eaf76d09e8ca1299e03ee1358.zip
hdf5-5654ba57f131d14eaf76d09e8ca1299e03ee1358.tar.gz
hdf5-5654ba57f131d14eaf76d09e8ca1299e03ee1358.tar.bz2
Correct syntax
Diffstat (limited to 'c++')
-rw-r--r--c++/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/CMakeLists.txt b/c++/src/CMakeLists.txt
index e93d089..bb244e8 100644
--- a/c++/src/CMakeLists.txt
+++ b/c++/src/CMakeLists.txt
@@ -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-libgcc -static-libstdc++
)
endif ()
set_global_variable (HDF5_LIBRARIES_TO_EXPORT "${HDF5_LIBRARIES_TO_EXPORT};${HDF5_CPP_LIBSH_TARGET}")