summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-03 20:41:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-03 20:41:50 (GMT)
commit6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb (patch)
tree98690fdf2f0c4d5c0f26932cf72ea7351451636e /config
parentbae6ca856d5be06ded82b132dc92b3aa4928e726 (diff)
downloadhdf5-6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb.zip
hdf5-6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb.tar.gz
hdf5-6fcf4c9aeb12edf206e5d548f6f060fb979d4fbb.tar.bz2
Remove APPEND
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 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 ()