mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Merge topic 'test-fix-vs15-toolset-v90'
ce602feb Tests: Fix RunCMake.BuildDepends on VS 2017 with v90 toolset
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1186
This commit is contained in:
@@ -32,7 +32,8 @@ endfunction()
|
||||
|
||||
run_BuildDepends(C-Exe)
|
||||
if(NOT RunCMake_GENERATOR STREQUAL "Xcode")
|
||||
if(RunCMake_GENERATOR MATCHES "Visual Studio 10")
|
||||
if(RunCMake_GENERATOR MATCHES "Visual Studio 10" OR
|
||||
RunCMake_GENERATOR_TOOLSET MATCHES "^(v80|v90|v100)$")
|
||||
# VS 10 forgets to re-link when a manifest changes
|
||||
set(run_BuildDepends_skip_step_2 1)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user