summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-24 14:22:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-24 14:22:19 (GMT)
commit2be5b1abd43ff7e1145b4ee9a5698d8c2b6bc9a2 (patch)
treece8d57527e3e91b4f306ee6cc4164aff4fc28128 /fortran
parent216fffd7cc8c6ff3bba2667a6fa62ea7bed740f8 (diff)
downloadhdf5-2be5b1abd43ff7e1145b4ee9a5698d8c2b6bc9a2.zip
hdf5-2be5b1abd43ff7e1145b4ee9a5698d8c2b6bc9a2.tar.gz
hdf5-2be5b1abd43ff7e1145b4ee9a5698d8c2b6bc9a2.tar.bz2
Fix typo
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