summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index e7946a6..d556fbc 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -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