summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-14 11:07:34 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-02-24 15:43:23 (GMT)
commitf81eb49e8be851cef5e75a5074ff46435c941301 (patch)
tree22b8d75bd7cbbebb482e52a91e89459512235219 /Source/cmTarget.h
parent84e5f5a004fc4659504f25a2d23984b2bceb1a9f (diff)
downloadCMake-f81eb49e8be851cef5e75a5074ff46435c941301.zip
CMake-f81eb49e8be851cef5e75a5074ff46435c941301.tar.gz
CMake-f81eb49e8be851cef5e75a5074ff46435c941301.tar.bz2
cmTarget: Find source files on request.
In a follow-up, the list of sources will become dependent on the config, so check for existence in cmTarget::GetSourceFiles instead of up-front with cmGlobalGenerator::CheckTargets().
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 a02ed09..4d487f7 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -330,11 +330,6 @@ public:
void
GetTargetVersion(bool soversion, int& major, int& minor, int& patch) const;
- /**
- * Make sure the full path to all source files is known.
- */
- bool FindSourceFiles();
-
///! Return the preferred linker language for this target
const char* GetLinkerLanguage(const char* config = 0,
cmTarget const* head = 0) const;