Fix for disabling incremental link in Windows
authorKyungwoo Lee <kyulee@microsoft.com>
Thu, 3 Mar 2016 23:38:08 +0000 (15:38 -0800)
committerKyungwoo Lee <kyulee@microsoft.com>
Thu, 3 Mar 2016 23:42:16 +0000 (15:42 -0800)
commitd58885c9a37d857f10d90f6db7246630d4ce8980
treeafacaa1dc93ba4aa6f524a599c210d864ce17e47
parent5c2de44cbb2eb39105904bfe603a5ea45a2a13c2
Fix for disabling incremental link in Windows

I'm still getting linker error (mostly debug build) which often caused a
trouble to reboot the machine.
Looking at vcxproj files, we didn't correctly disable incremental link.
There is some ordering issues in linker flag definitions.
The disabling flag should be at the end for each build type
to override the default behavior.
CMakeLists.txt