mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user