summaryrefslogtreecommitdiffstats
path: root/fortran/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-02 15:04:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-02 15:04:14 (GMT)
commit6dd91d206f6177585a32d0449bcb9abd6792c8a4 (patch)
treeb0524cf9939650cda2552ad449d661a3659d931e /fortran/testpar
parentfde2d1fe4a452abe82404bee60e34151acdd186b (diff)
downloadhdf5-6dd91d206f6177585a32d0449bcb9abd6792c8a4.zip
hdf5-6dd91d206f6177585a32d0449bcb9abd6792c8a4.tar.gz
hdf5-6dd91d206f6177585a32d0449bcb9abd6792c8a4.tar.bz2
TRILABS-19 Link flags need - character
Diffstat (limited to 'fortran/testpar')
-rw-r--r--fortran/testpar/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/CMakeLists.txt b/fortran/testpar/CMakeLists.txt
index f08d6a6..b0a1820 100644
--- a/fortran/testpar/CMakeLists.txt
+++ b/fortran/testpar/CMakeLists.txt
@@ -33,7 +33,7 @@ set_target_properties (parallel_test PROPERTIES
FOLDER test/fortran
LINKER_LANGUAGE Fortran
LINK_FLAGS
- $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:"/SUBSYSTEM:CONSOLE">
+ $<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:"-SUBSYSTEM:CONSOLE">
$<$<STREQUAL:"x${CMAKE_Fortran_SIMULATE_ID}","xMSVC">:${WIN_LINK_FLAGS}>
)
endif ()