mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
CMP0051: Remove support for OLD behavior
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
if (prop == "SOURCES") {
|
||||
return GetSources(tgt, mf);
|
||||
return GetSources(tgt);
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
@@ -88,5 +88,5 @@ private:
|
||||
}
|
||||
|
||||
template <typename Target>
|
||||
static cmValue GetSources(Target const* tgt, cmMakefile const& mf);
|
||||
static cmValue GetSources(Target const* tgt);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user