diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-03-27 21:39:19 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-03-27 21:39:19 (GMT) |
commit | 80767dd50e9898002253f383e9029dcc9da9f4c4 (patch) | |
tree | a39bb0042680c84f52a60c912feb61d77e0dbb30 /Source/cmVisualStudioGeneratorOptions.h | |
parent | d5f0b2df8eaa7d4d266ac43384e7aa91e19107e2 (diff) | |
download | CMake-80767dd50e9898002253f383e9029dcc9da9f4c4.zip CMake-80767dd50e9898002253f383e9029dcc9da9f4c4.tar.gz CMake-80767dd50e9898002253f383e9029dcc9da9f4c4.tar.bz2 |
VS: Simplify XML code
Get rid of suffix arguments
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index 40290d1..974ca62 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -78,11 +78,9 @@ public: bool IsManaged() const; // Write options to output. void OutputPreprocessorDefinitions(std::ostream& fout, const char* prefix, - const char* suffix, const std::string& lang); void OutputAdditionalIncludeDirectories(std::ostream& fout, const char* prefix, - const char* suffix, const std::string& lang); void OutputFlagMap(std::ostream& fout, const char* indent); void SetConfiguration(const std::string& config); |