summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/SolutionGlobalSections/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-18 17:20:42 (GMT)
committerBrad King <brad.king@kitware.com>2016-03-18 17:20:42 (GMT)
commit5c1f4da83d1142e52b361e8f59dd68ea5728e843 (patch)
treebf0266562e08dcb357ad2b46cb5e34089c45812a /Tests/RunCMake/SolutionGlobalSections/CMakeLists.txt
parent9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff)
downloadCMake-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/SolutionGlobalSections/CMakeLists.txt')
-rw-r--r--Tests/RunCMake/SolutionGlobalSections/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/RunCMake/SolutionGlobalSections/CMakeLists.txt b/Tests/RunCMake/SolutionGlobalSections/CMakeLists.txt
deleted file mode 100644
index 12cd3c7..0000000
--- a/Tests/RunCMake/SolutionGlobalSections/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-cmake_minimum_required(VERSION 2.8.4)
-project(${RunCMake_TEST} NONE)
-include(${RunCMake_TEST}.cmake)