mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
stringapi: Use strings for the languages
This commit is contained in:
@@ -39,7 +39,7 @@ protected:
|
||||
// Store the computd framework version for OS X Frameworks.
|
||||
std::string FrameworkVersion;
|
||||
|
||||
void AppendOSXVerFlag(std::string& flags, const char* lang,
|
||||
void AppendOSXVerFlag(std::string& flags, const std::string& lang,
|
||||
const char* name, bool so);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user