diff options
Diffstat (limited to 'Tests/RunCMake/SolutionGlobalSections/MorePre-check.cmake')
-rw-r--r-- | Tests/RunCMake/SolutionGlobalSections/MorePre-check.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/RunCMake/SolutionGlobalSections/MorePre-check.cmake b/Tests/RunCMake/SolutionGlobalSections/MorePre-check.cmake deleted file mode 100644 index 45e7419..0000000 --- a/Tests/RunCMake/SolutionGlobalSections/MorePre-check.cmake +++ /dev/null @@ -1,5 +0,0 @@ -parseGlobalSections(pre post MorePre) -testGlobalSection(pre TestSec1 Key1=Value1 "Key2=Value with spaces") -testGlobalSection(pre TestSec3 Key3=Value1 "Key4=Value with spaces" Key5=ValueWithoutSpaces) -testGlobalSection(post ExtensibilityGlobals) -testGlobalSection(post ExtensibilityAddIns) |