mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
stringapi: Use strings for the languages
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
void OutputPreprocessorDefinitions(std::ostream& fout,
|
||||
const char* prefix,
|
||||
const char* suffix,
|
||||
const char* lang);
|
||||
const std::string& lang);
|
||||
void OutputFlagMap(std::ostream& fout, const char* indent);
|
||||
void OutputAdditionalOptions(std::ostream& fout,
|
||||
const char* prefix,
|
||||
|
||||
Reference in New Issue
Block a user