summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio9Generator.cxx
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-07-11 13:44:37 (GMT)
committerBrad King <brad.king@kitware.com>2016-07-14 14:35:58 (GMT)
commit4db08807db2fc0db6ab0c4d438ddb3f20969d2fb (patch)
tree1ad4e9fa5d75b702f8e5ec236cca720978d64053 /Source/cmGlobalVisualStudio9Generator.cxx
parent43a68a6dcaa7a98d94a71b4f2ecc2e2c63c84688 (diff)
downloadCMake-4db08807db2fc0db6ab0c4d438ddb3f20969d2fb.zip
CMake-4db08807db2fc0db6ab0c4d438ddb3f20969d2fb.tar.gz
CMake-4db08807db2fc0db6ab0c4d438ddb3f20969d2fb.tar.bz2
CMake: Report whether generators support platforms
Diffstat (limited to 'Source/cmGlobalVisualStudio9Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio9Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio9Generator.cxx b/Source/cmGlobalVisualStudio9Generator.cxx
index b65a5a9..acc7baa 100644
--- a/Source/cmGlobalVisualStudio9Generator.cxx
+++ b/Source/cmGlobalVisualStudio9Generator.cxx
@@ -86,6 +86,7 @@ public:
}
bool SupportsToolset() const CM_OVERRIDE { return false; }
+ bool SupportsPlatform() const CM_OVERRIDE { return true; }
};
cmGlobalGeneratorFactory* cmGlobalVisualStudio9Generator::NewFactory()