diff options
author | Brad King <brad.king@kitware.com> | 2021-12-22 13:56:04 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-12-22 08:56:22 -0500 |
commit | 138aabfa9dfda15cabbc21a240aeacfa9bdcdec2 (patch) | |
tree | 9164c86e10d3d4570d1a333c898e0b808918b930 /Tests/RunCMake/CMakeLists.txt | |
parent | 7a07d089b9bbb8336eebf1c54fe6e2a8aaff4533 (diff) | |
parent | 0eea32a376fc54b198fa4690ca57b829a2d14baa (diff) | |
download | cmake-138aabfa9dfda15cabbc21a240aeacfa9bdcdec2.tar.gz |
Merge topic 'vs-csharp-dotnet-sdk'
0eea32a376 VS: Add DOTNET_SDK property to generate SDK-style C# projects
a450cc9533 VS: Set ResolveNugetPackages to false for ALL_BUILD and ZERO_CHECK
fa76e5d194 cmVisualStudio10TargetGenerator: Factor out helper for classic MSBuild project
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6634
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index 2363d7d501..f0457a8a10 100644 --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt @@ -616,6 +616,10 @@ if("${CMAKE_GENERATOR}" MATCHES "Visual Studio ([^9]|9[0-9])") endif() endif() +if(CMAKE_GENERATOR MATCHES "^Visual Studio (1[6-9]|[2-9][0-9])") + add_RunCMake_test(VsDotnetSdk) +endif() + if(XCODE_VERSION) add_RunCMake_test(XcodeProject -DXCODE_VERSION=${XCODE_VERSION}) add_RunCMake_test(XcodeProject-Embed -DXCODE_VERSION=${XCODE_VERSION}) |