summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-10 15:57:02 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 19:58:50 (GMT)
commitdfb025bf126080f6bb209f6f40ff909c4f5c5c97 (patch)
tree2e7a0260d84531bcc58d7965918ecc8df5d678ec /Source/cmTarget.h
parent9f2dca805c8010636d4be7ef03d96bfc131c9809 (diff)
downloadCMake-dfb025bf126080f6bb209f6f40ff909c4f5c5c97.zip
CMake-dfb025bf126080f6bb209f6f40ff909c4f5c5c97.tar.gz
CMake-dfb025bf126080f6bb209f6f40ff909c4f5c5c97.tar.bz2
Move GetLocationForBuild to cmGeneratorTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 4d419ee..eb0bf91 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -376,11 +376,6 @@ public:
const char* ImportedGetLocation(const std::string& config) const;
- /** Get the location of the target in the build tree with a placeholder
- referencing the configuration in the native build system. This
- location is suitable for use as the LOCATION target property. */
- const char* GetLocationForBuild() const;
-
/** Get the target major and minor version numbers interpreted from
the VERSION property. Version 0 is returned if the property is
not set or cannot be parsed. */