summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-12 14:26:35 (GMT)
committerBrad King <brad.king@kitware.com>2014-06-12 14:26:35 (GMT)
commit5fba44cf41312a64b1cc661d4015ba16ac9f2af8 (patch)
tree5379980c6bd930105e9500ab90b82fb2dca23733 /Source/cmGlobalGenerator.h
parentb041fc13db5b3146cd45d8b81b17535ac8747688 (diff)
downloadCMake-5fba44cf41312a64b1cc661d4015ba16ac9f2af8.zip
CMake-5fba44cf41312a64b1cc661d4015ba16ac9f2af8.tar.gz
CMake-5fba44cf41312a64b1cc661d4015ba16ac9f2af8.tar.bz2
VS: Move VS-only API out of cmGlobalGenerator
Move the IsDependedOn method to cmGlobalVisualStudio7Generator since that is the only caller.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 67bd378..6403429 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -225,9 +225,6 @@ public:
that is a framework. */
bool NameResolvesToFramework(const std::string& libname) const;
- /** If check to see if the target is linked to by any other
- target in the project */
- bool IsDependedOn(const std::string& project, cmTarget const* target);
///! Find a local generator by its startdirectory
cmLocalGenerator* FindLocalGenerator(const std::string& start_dir) const;