summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/Override2-check.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-07-10 20:37:31 (GMT)
committerBrad King <brad.king@kitware.com>2017-07-11 14:41:28 (GMT)
commit5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4 (patch)
tree036212ad96d3bbe65a6590e640a0dacd70e3f1a7 /Tests/RunCMake/VSSolution/Override2-check.cmake
parent372de3f8039f69b3a2edcf7120083ec4097f8bd3 (diff)
downloadCMake-5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4.zip
CMake-5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4.tar.gz
CMake-5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4.tar.bz2
VS: Add SolutionGuid to generated .sln files
Visual Studio 2017 Update 3 adds a SolutionGuid to its `.sln` files. Fixes: #17041
Diffstat (limited to 'Tests/RunCMake/VSSolution/Override2-check.cmake')
-rw-r--r--Tests/RunCMake/VSSolution/Override2-check.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/VSSolution/Override2-check.cmake b/Tests/RunCMake/VSSolution/Override2-check.cmake
index d9656e1..c981ec0 100644
--- a/Tests/RunCMake/VSSolution/Override2-check.cmake
+++ b/Tests/RunCMake/VSSolution/Override2-check.cmake
@@ -1,4 +1,4 @@
parseGlobalSections(pre post Override2)
testGlobalSection(pre TestSec Key2=Value2 Key3=Value3)
-testGlobalSection(post ExtensibilityGlobals)
+testGlobalSection(post ExtensibilityGlobals "SolutionGuid={00000000-0000-0000-0000-000000000000}")
testGlobalSection(post ExtensibilityAddIns Key1=Value1)