Fix linker GUARD option (dotnet/coreclr#11492)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 8 Jun 2017 10:54:18 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2017 10:54:18 +0000 (12:54 +0200)
commit87b3340ea9b5ff2cb9623aff4c4d91b23b252fdd
treea42fe04fdc9ffce19e2aa7784ce2c5eb239c1206
parent25f96cf8aec75b940b4be9a28d507800d0475d1c
Fix linker GUARD option (dotnet/coreclr#11492)

I have found that the /GUARD:CF option set in the root CMakeFiles.txt
was not being propagated to the Visual C++ project files generated
by cmake because of a wrong casing. The CMakeFiles.txt used /guard:cf
but it works correctly only if it is all upper case.

Commit migrated from https://github.com/dotnet/coreclr/commit/65ff5146ad706a9393133df44ad2abdfd5caa9c4
src/coreclr/CMakeLists.txt