CMake: Report whether generators support platforms

This commit is contained in:
Tobias Hunger
2016-07-11 15:44:37 +02:00
committed by Brad King
parent 43a68a6dca
commit 4db08807db
14 changed files with 40 additions and 0 deletions
@@ -92,6 +92,7 @@ public:
}
bool SupportsToolset() const CM_OVERRIDE { return true; }
bool SupportsPlatform() const CM_OVERRIDE { return true; }
};
cmGlobalGeneratorFactory* cmGlobalVisualStudio11Generator::NewFactory()