Replies: 1 comment
-
Equivalent command line build option is filter "toolset:msc*"
buildoptions "/analyze:external-" Notice that the option won't be visible under As a note, option exists since VS2019 16.10. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In VS2022 it is now possible to set this setting under C/C++ -> External Includes.
I can't find anywhere to set this in Premake5. Is it possible?
I have set
externalwarnings "off"
and added the includes toexternalincludedirs
but can't find a setting for disabling code analysis, or a way to set it manually.Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions