summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-19 22:42:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-20 22:52:22 (GMT)
commit3ebc62850c7461dca4723b063b5e5f019409db84 (patch)
treed9521786e66ef5545aaff04e4e1265d5cd29e3e6 /Source/cmTarget.h
parent311018e5ad27abf7c76003ec91d3f26ef316e3cc (diff)
downloadCMake-3ebc62850c7461dca4723b063b5e5f019409db84.zip
CMake-3ebc62850c7461dca4723b063b5e5f019409db84.tar.gz
CMake-3ebc62850c7461dca4723b063b5e5f019409db84.tar.bz2
cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 865bc8d..26f0d63 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -241,9 +241,6 @@ public:
/** Get a backtrace from the creation of the target. */
cmListFileBacktrace const& GetBacktrace() const;
- /** @return whether this target have a well defined output file name. */
- bool HaveWellDefinedOutputFiles() const;
-
void InsertInclude(std::string const& entry,
cmListFileBacktrace const& bt,
bool before = false);