summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio9Win64Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-11-20 16:55:28 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-11-20 16:55:28 (GMT)
commit268448b89151cf80ac9d4d0ea974a2d4f17c3cd5 (patch)
treeea1099a2ffc78c99939bbab38d2e038d040fb15d /Source/cmGlobalVisualStudio9Win64Generator.h
parentbbbdf54a3569aa97687091b7d6a03d645f8dabcb (diff)
downloadCMake-268448b89151cf80ac9d4d0ea974a2d4f17c3cd5.zip
CMake-268448b89151cf80ac9d4d0ea974a2d4f17c3cd5.tar.gz
CMake-268448b89151cf80ac9d4d0ea974a2d4f17c3cd5.tar.bz2
Teach VS generators to set the MACHINE type correctly.
Diffstat (limited to 'Source/cmGlobalVisualStudio9Win64Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio9Win64Generator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio9Win64Generator.h b/Source/cmGlobalVisualStudio9Win64Generator.h
index 698d20e..55abcfc 100644
--- a/Source/cmGlobalVisualStudio9Win64Generator.h
+++ b/Source/cmGlobalVisualStudio9Win64Generator.h
@@ -43,7 +43,6 @@ public:
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.
*/
- virtual void EnableLanguage(std::vector<std::string>const& languages,
- cmMakefile *, bool optional);
+ virtual void AddPlatformDefinitions(cmMakefile *);
};
#endif