summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2018-05-30 19:48:19 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2018-05-30 19:48:19 (GMT)
commit584a810764081bc9a4dc61e2835a28e217a4538f (patch)
tree24cf76e3c62ff5df498e73fa602f2a3400d86e84 /fortran
parentbe2fc7dcd1720590e9970edc6c74a48329fccbc2 (diff)
parentd184e6db94163dcc8761182744a6c524a4850887 (diff)
downloadhdf5-584a810764081bc9a4dc61e2835a28e217a4538f.zip
hdf5-584a810764081bc9a4dc61e2835a28e217a4538f.tar.gz
hdf5-584a810764081bc9a4dc61e2835a28e217a4538f.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'd184e6db94163dcc8761182744a6c524a4850887': Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Correct script names Fix typo Minor H5FS tweaks. Put back CTRL-L chars Update support link Update text Valgrind fixed by checking for prefix_len of 0
Diffstat (limited to 'fortran')
-rw-r--r--fortran/examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/CMakeLists.txt b/fortran/examples/CMakeLists.txt
index c836c17..68b817e 100644
--- a/fortran/examples/CMakeLists.txt
+++ b/fortran/examples/CMakeLists.txt
@@ -54,7 +54,7 @@ foreach (example ${examples})
# LINK_FLAGS $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:>
# )
if(MSVC)
- set_property(TARGET H5_buildiface PROPERTY LINK_FLAGS "/SUBSYSTEM:CONSOLE ${WIN_LINK_FLAGS}")
+ set_property(TARGET f90_ex_${example} PROPERTY LINK_FLAGS "/SUBSYSTEM:CONSOLE ${WIN_LINK_FLAGS}")
endif()
set_target_properties (f90_ex_${example} PROPERTIES
LINKER_LANGUAGE Fortran