cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const

This commit is contained in:
Stephen Kelly
2014-01-10 13:35:58 +01:00
parent 8aeddf1f03
commit b4ff38a5ef
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ protected:
virtual bool ComputeTargetDepends();
virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS();
virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS() const;
bool CheckTargets();
typedef std::vector<std::pair<cmQtAutoGenerators,