diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-03 20:41:50 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-03 20:41:50 (GMT) |
commit | 6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb (patch) | |
tree | 98690fdf2f0c4d5c0f26932cf72ea7351451636e /config | |
parent | bae6ca856d5be06ded82b132dc92b3aa4928e726 (diff) | |
download | hdf5-6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb.zip hdf5-6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb.tar.gz hdf5-6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb.tar.bz2 |
Remove APPEND
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/UserMacros/Windows_MT.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/UserMacros/Windows_MT.cmake b/config/cmake/UserMacros/Windows_MT.cmake index ea95908..b6cc513 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 () |