Remove APPEND

This commit is contained in:
Allen Byrne
2018-05-03 15:41:50 -05:00
parent bae6ca856d
commit 6fcf4c9aeb
8 changed files with 46 additions and 40 deletions

View File

@@ -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 ()