mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-05 07:10:26 +00:00
cmTarget: Remove vestigal method declaration.
The definition was removed in commit v3.1.0-rc1~688^2~5 (cmTarget: Allow any generator expression in SOURCES property., 2014-03-18).
This commit is contained in:
@@ -614,8 +614,6 @@ private:
|
|||||||
|
|
||||||
void MaybeInvalidatePropertyCache(const std::string& prop);
|
void MaybeInvalidatePropertyCache(const std::string& prop);
|
||||||
|
|
||||||
void ProcessSourceExpression(std::string const& expr);
|
|
||||||
|
|
||||||
// Internal representation details.
|
// Internal representation details.
|
||||||
friend class cmTargetInternals;
|
friend class cmTargetInternals;
|
||||||
friend class cmGeneratorTarget;
|
friend class cmGeneratorTarget;
|
||||||
|
|||||||
Reference in New Issue
Block a user