You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #30332632 VISUAL STUDIO 2019 REQUIRES CMAKE 3.15
There is a bug in msbuild for Visual Studio 2019. Custom command
dependencies are not handled correctly, and targets are re-built every
time. Cmake 3.15 has a workaround, so add a minimal version check.
VS 2019 comes with a bundled cmake 3.14. If this is used, then ignore the
version check.
Change-Id: I87de73eb4c141ec80310546c727d295ac0f5d3b2
0 commit comments