diff options
author | Brad King <brad.king@kitware.com> | 2016-04-26 12:22:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-26 12:22:27 (GMT) |
commit | 571bedec2970df42b9f3666e17728a7511d32b47 (patch) | |
tree | cff7b688e48020aa33d7a649be48938661c03372 /Source/cmGlobalVisualStudio10Generator.cxx | |
parent | 0c58d2d0fdc518e12e6aa5a15012437c573a910c (diff) | |
download | CMake-571bedec2970df42b9f3666e17728a7511d32b47.zip CMake-571bedec2970df42b9f3666e17728a7511d32b47.tar.gz CMake-571bedec2970df42b9f3666e17728a7511d32b47.tar.bz2 |
VS: Ignore USE_FOLDER property on VS versions that do not support it
Solution folders are supported on VS 8 and above in the full versions
and on VS 11 and above in the express versions.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx index c49008d..c24e7f5 100644 --- a/Source/cmGlobalVisualStudio10Generator.cxx +++ b/Source/cmGlobalVisualStudio10Generator.cxx @@ -609,12 +609,6 @@ void cmGlobalVisualStudio10Generator::PathTooLong( } //---------------------------------------------------------------------------- -bool cmGlobalVisualStudio10Generator::UseFolderProperty() -{ - return IsExpressEdition() ? false : cmGlobalGenerator::UseFolderProperty(); -} - -//---------------------------------------------------------------------------- bool cmGlobalVisualStudio10Generator::IsNsightTegra() const { return !this->NsightTegraVersion.empty(); |