summaryrefslogtreecommitdiffstats
path: root/fortran/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-23 16:01:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-23 16:01:10 (GMT)
commit2b0fb7e3f1f7da5b23d430702493ed4fb7f87166 (patch)
tree166087128e6ddc8f420f2860a4ec2eb07e24f95d /fortran/src
parenteb8d35dd8cfd7339c203f758cf9637ac1cdc7a96 (diff)
parent263db01df57a2aa99f81c060b988101c89f34fda (diff)
downloadhdf5-2b0fb7e3f1f7da5b23d430702493ed4fb7f87166.zip
hdf5-2b0fb7e3f1f7da5b23d430702493ed4fb7f87166.tar.gz
hdf5-2b0fb7e3f1f7da5b23d430702493ed4fb7f87166.tar.bz2
Merge pull request #1077 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '263db01df57a2aa99f81c060b988101c89f34fda': HDFFV-9739 only executes H5E tests in production Remove link flag from compile command
Diffstat (limited to 'fortran/src')
-rw-r--r--fortran/src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt
index a29fb86..5750d05 100644
--- a/fortran/src/CMakeLists.txt
+++ b/fortran/src/CMakeLists.txt
@@ -305,7 +305,6 @@ if (BUILD_SHARED_LIBS)
"H5_BUILT_AS_DYNAMIC_LIB"
PRIVATE
$<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:BUILD_HDF5_DLL;HDF5F90_WINDOWS>
- $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:/dll>
$<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:${WIN_COMPILE_FLAGS}>
)
target_link_libraries (${HDF5_F90_LIBSH_TARGET}