summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Win64Generator.h
diff options
context:
space:
mode:
authorMatej Hribernik <matej.hribernik@comtrade.com>2011-06-19 16:40:28 (GMT)
committerBrad King <brad.king@kitware.com>2011-06-20 12:29:40 (GMT)
commitd44c68f39e5b46324898ce4ad0b12c63095b1b40 (patch)
tree90b45af79057fb0e7e8469411f74a208cd0a6d32 /Source/cmGlobalVisualStudio10Win64Generator.h
parentac8a6bf085b088748e0b4e355f73f80cf4745f62 (diff)
downloadCMake-d44c68f39e5b46324898ce4ad0b12c63095b1b40.zip
CMake-d44c68f39e5b46324898ce4ad0b12c63095b1b40.tar.gz
CMake-d44c68f39e5b46324898ce4ad0b12c63095b1b40.tar.bz2
VS: Factor Find64BitTools out of Win64 generator to parent
It will be shared with a forthcoming IA64 generator.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Win64Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Win64Generator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Win64Generator.h b/Source/cmGlobalVisualStudio10Win64Generator.h
index e6d3dc5..8a2de4c 100644
--- a/Source/cmGlobalVisualStudio10Win64Generator.h
+++ b/Source/cmGlobalVisualStudio10Win64Generator.h
@@ -34,7 +34,6 @@ public:
virtual void AddPlatformDefinitions(cmMakefile* mf);
- bool Find64BitTools(cmMakefile* mf);
virtual void EnableLanguage(std::vector<std::string>const& languages,
cmMakefile *, bool optional);
};