summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-26 12:16:19 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-26 12:16:19 (GMT)
commit0c58d2d0fdc518e12e6aa5a15012437c573a910c (patch)
treeda66cd5aef685febba20624af4a614f9a78a9008 /Source/cmGlobalVisualStudio10Generator.h
parent657a446175c1b61999a77958c5b7480f8be041a5 (diff)
downloadCMake-0c58d2d0fdc518e12e6aa5a15012437c573a910c.zip
CMake-0c58d2d0fdc518e12e6aa5a15012437c573a910c.tar.gz
CMake-0c58d2d0fdc518e12e6aa5a15012437c573a910c.tar.bz2
VS: Detect VS 8 and 9 Express editions
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index 6bf4740..d4be329 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -56,9 +56,6 @@ public:
cmMakefile *, bool optional);
virtual void WriteSLNHeader(std::ostream& fout);
- /** Is the installed VS an Express edition? */
- bool IsExpressEdition() const { return this->ExpressEdition; }
-
/** Generating for Nsight Tegra VS plugin? */
bool IsNsightTegra() const;
std::string GetNsightTegraVersion() const;
@@ -129,7 +126,6 @@ protected:
bool SystemIsWindowsCE;
bool SystemIsWindowsPhone;
bool SystemIsWindowsStore;
- bool ExpressEdition;
bool UseFolderProperty();