diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-07-11 15:44:37 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-07-14 10:35:58 -0400 |
commit | 4db08807db2fc0db6ab0c4d438ddb3f20969d2fb (patch) | |
tree | 1ad4e9fa5d75b702f8e5ec236cca720978d64053 /Source/cmGlobalGhsMultiGenerator.h | |
parent | 43a68a6dcaa7a98d94a71b4f2ecc2e2c63c84688 (diff) | |
download | cmake-4db08807db2fc0db6ab0c4d438ddb3f20969d2fb.tar.gz |
CMake: Report whether generators support platforms
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r-- | Source/cmGlobalGhsMultiGenerator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h index 473d153b96..b2aac45a92 100644 --- a/Source/cmGlobalGhsMultiGenerator.h +++ b/Source/cmGlobalGhsMultiGenerator.h @@ -52,6 +52,12 @@ public: static bool SupportsToolset() { return false; } /** + * Utilized by the generator factory to determine if this generator + * supports platforms. + */ + static bool SupportsPlatform() { return false; } + + /** * Try to determine system information such as shared library * extension, pthreads, byte order etc. */ |