summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-07 21:08:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-07 21:08:42 (GMT)
commit424e2275bc411226bf16741595b782deab6b92d9 (patch)
treebaf78c2364a9262f90b9f6e0edb6101027e88645 /hl/fortran/examples
parent6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb (diff)
downloadhdf5-424e2275bc411226bf16741595b782deab6b92d9.zip
hdf5-424e2275bc411226bf16741595b782deab6b92d9.tar.gz
hdf5-424e2275bc411226bf16741595b782deab6b92d9.tar.bz2
Correct command usage
Diffstat (limited to 'hl/fortran/examples')
-rw-r--r--hl/fortran/examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/examples/CMakeLists.txt b/hl/fortran/examples/CMakeLists.txt
index 18f8248..cc671f0 100644
--- a/hl/fortran/examples/CMakeLists.txt
+++ b/hl/fortran/examples/CMakeLists.txt
@@ -27,7 +27,7 @@ foreach (example ${examples})
# LINK_FLAGS $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:${WIN_LINK_FLAGS}>
# )
if(MSVC)
- set_property(TARGET hl_f90_ex_${example} PROPERTY LINK_FLAGS "/SUBSYSTEM:CONSOLE;${WIN_LINK_FLAGS}")
+ set_property(TARGET hl_f90_ex_${example} PROPERTY LINK_FLAGS "/SUBSYSTEM:CONSOLE ${WIN_LINK_FLAGS}")
endif()
set_target_properties (hl_f90_ex_${example} PROPERTIES
LINKER_LANGUAGE Fortran