summaryrefslogtreecommitdiffstats
path: root/config/cmake/UserMacros/Windows_MT.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake/UserMacros/Windows_MT.cmake')
-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 ()