Skip to content

Tests: Fix RunCMake.BuildDepends on VS 2017 with v90 toolset

Brad King requested to merge brad.king/cmake:test-fix-vs15-toolset-v90 into master

The MSVC toolsets v100 and below forget to re-link when a manifest changes. Exclude this part of the test case for them.

Merge request reports