mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
cmGeneratorTarget: Make GetSourceDepends const.
This commit is contained in:
@@ -241,7 +241,7 @@ const char *cmGeneratorTarget::GetProperty(const std::string& prop) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
std::vector<cmSourceFile*> const*
|
||||
cmGeneratorTarget::GetSourceDepends(cmSourceFile* sf) const
|
||||
cmGeneratorTarget::GetSourceDepends(cmSourceFile const* sf) const
|
||||
{
|
||||
SourceEntriesType::const_iterator i = this->SourceEntries.find(sf);
|
||||
if(i != this->SourceEntries.end())
|
||||
|
||||
Reference in New Issue
Block a user