Fix linker GUARD option (#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)
commit65ff5146ad706a9393133df44ad2abdfd5caa9c4
tree9c85b7e12a54450b665e151084b28f9afa4f3b40
parent5d2a54449d6b9d8fecb788e741654d7dbd992a87
Fix linker GUARD option (#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.
CMakeLists.txt