summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-07 15:33:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-08-07 15:34:05 (GMT)
commitcb75716e4e965ab3b383156b9ec2eef5e374e365 (patch)
treeefaecb16defc04b680b18c9275bbb22f343f7408 /Source/cmVisualStudio10TargetGenerator.h
parent87599d0bad2008be2e4e953a2de0769b2ccee927 (diff)
parent1972a7b6e36723c67bfeaa996ce075de25b23169 (diff)
downloadCMake-cb75716e4e965ab3b383156b9ec2eef5e374e365.zip
CMake-cb75716e4e965ab3b383156b9ec2eef5e374e365.tar.gz
CMake-cb75716e4e965ab3b383156b9ec2eef5e374e365.tar.bz2
Merge topic 'revert-vs-show-cmake-files'
1972a7b6e3 Merge branch 'backport-revert-vs-show-cmake-files' 0d1529000d VS: Revert "Add CMake input files to ZERO_CHECK" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8681
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index ffab91f..2080e9e 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -194,9 +194,6 @@ private:
void WriteGroupSources(Elem& e0, std::string const& name,
ToolSources const& sources,
std::vector<cmSourceGroup>&);
- void WriteBuildSystemSources(Elem& e0, std::string const& name,
- ToolSources const& sources);
-
void AddMissingSourceGroups(std::set<cmSourceGroup const*>& groupsUsed,
const std::vector<cmSourceGroup>& allGroups);
bool IsResxHeader(const std::string& headerFile);
@@ -247,7 +244,6 @@ private:
std::set<std::string> ASanEnabledConfigurations;
std::set<std::string> FuzzerEnabledConfigurations;
std::map<std::string, std::string> SpectreMitigation;
- std::set<std::string> BuildSystemSourcesFilters;
cmGlobalVisualStudio10Generator* const GlobalGenerator;
cmLocalVisualStudio10Generator* const LocalGenerator;
std::set<std::string> CSharpCustomCommandNames;