mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
This commit is contained in:
+1
-1
@@ -139,6 +139,6 @@ private:
|
||||
std::set<std::string> m_Utilities;
|
||||
};
|
||||
|
||||
typedef std::map<std::string,cmTarget> cmTargets;
|
||||
typedef std::map<cmStdString,cmTarget> cmTargets;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user