diff options
author | Brad King <brad.king@kitware.com> | 2016-03-18 17:20:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-18 17:20:42 (GMT) |
commit | 5c1f4da83d1142e52b361e8f59dd68ea5728e843 (patch) | |
tree | bf0266562e08dcb357ad2b46cb5e34089c45812a /Tests/RunCMake/CMakeLists.txt | |
parent | 9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff) | |
download | CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.zip CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.tar.gz CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.tar.bz2 |
Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution}
The test will be suitable for covering other `.sln` content too.
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index 588f3a1..c7fe649 100644 --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt @@ -234,7 +234,7 @@ endif() if("${CMAKE_GENERATOR}" MATCHES "Visual Studio") add_RunCMake_test(include_external_msproject) - add_RunCMake_test(SolutionGlobalSections) + add_RunCMake_test(VSSolution) endif() if("${CMAKE_GENERATOR}" MATCHES "Visual Studio ([^789]|[789][0-9])") |