diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index a0198e2..4d419ee 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -374,9 +374,6 @@ public: compiler pdb output directory is given. */ std::string GetCompilePDBDirectory(const std::string& config = "") const; - /** Get the location of the target in the build tree for the given - configuration. */ - const char* GetLocation(const std::string& config) const; const char* ImportedGetLocation(const std::string& config) const; /** Get the location of the target in the build tree with a placeholder |