summaryrefslogtreecommitdiffstats
path: root/config
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 /config
parentfde2d1fe4a452abe82404bee60e34151acdd186b (diff)
downloadhdf5-6dd91d206f6177585a32d0449bcb9abd6792c8a4.zip
hdf5-6dd91d206f6177585a32d0449bcb9abd6792c8a4.tar.gz
hdf5-6dd91d206f6177585a32d0449bcb9abd6792c8a4.tar.bz2
TRILABS-19 Link flags need - character
Diffstat (limited to 'config')
-rw-r--r--config/cmake/UserMacros/Windows_MT.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/UserMacros/Windows_MT.cmake b/config/cmake/UserMacros/Windows_MT.cmake
index b6cc513..ea95908 100644
--- a/config/cmake/UserMacros/Windows_MT.cmake
+++ b/config/cmake/UserMacros/Windows_MT.cmake
@@ -40,7 +40,7 @@ macro (TARGET_STATIC_CRT_FLAGS)
endif ()
endforeach ()
set (WIN_COMPILE_FLAGS "")
- set (WIN_LINK_FLAGS "/NODEFAULTLIB:MSVCRT")
+ set (WIN_LINK_FLAGS "-NODEFAULTLIB:MSVCRT")
endif ()
endmacro ()