diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-19 16:33:11 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-19 16:33:11 (GMT) |
commit | 9d8e59db71833dce7133bac48e461e388223eb51 (patch) | |
tree | ffe24aaf87035587dfb8b8f2d3c9edb0a7b1f42d /Source/cmGlobalVisualStudio8Win64Generator.h | |
parent | ea12871241e1a943be75e7c987f71f54ec3f3908 (diff) | |
parent | 6674583caa20244d90aa14a67d059e7228a9f169 (diff) | |
download | CMake-9d8e59db71833dce7133bac48e461e388223eb51.zip CMake-9d8e59db71833dce7133bac48e461e388223eb51.tar.gz CMake-9d8e59db71833dce7133bac48e461e388223eb51.tar.bz2 |
Merge branch 'use-generator-target' into AutomocUseTargetProperties
Diffstat (limited to 'Source/cmGlobalVisualStudio8Win64Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio8Win64Generator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio8Win64Generator.h b/Source/cmGlobalVisualStudio8Win64Generator.h index 136cdb8..12f8012 100644 --- a/Source/cmGlobalVisualStudio8Win64Generator.h +++ b/Source/cmGlobalVisualStudio8Win64Generator.h @@ -38,9 +38,6 @@ public: /** Get the documentation entry for this generator. */ virtual void GetDocumentation(cmDocumentationEntry& entry) const; - ///! create the correct local generator - virtual cmLocalGenerator *CreateLocalGenerator(); - /** * Try to determine system infomation such as shared library * extension, pthreads, byte order etc. |