mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
CMake: Report whether generators support platforms
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
}
|
||||
|
||||
bool SupportsToolset() const CM_OVERRIDE { return true; }
|
||||
bool SupportsPlatform() const CM_OVERRIDE { return true; }
|
||||
};
|
||||
|
||||
cmGlobalGeneratorFactory* cmGlobalVisualStudio11Generator::NewFactory()
|
||||
|
||||
Reference in New Issue
Block a user