-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Visual Studio 2019 Building Problem #3893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you using latest version of CMAKE? |
Yes. Version 3.14. |
According VS document, this is the root cause
|
I am working on a fix. |
We should not remove the /guard:cf flag as that is a security related flag. The right fix is to disable the Edit and Continue (/ZI) flag. I have submitted a pull request for this fix. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got a clean machine and installed the latest Visual Studio 2019. After calling
.\build.cmd
, I got the following error message.Did I do something naïve? To resolve that bug, I remove one line below the it works.
The text was updated successfully, but these errors were encountered: