cmGlobalVisualStudioVersionedGenerator: check for C++ module support
This commit is contained in:
parent
fce359c5de
commit
9ee7ee1fc2
@ -46,6 +46,11 @@ public:
|
||||
|
||||
const char* GetAndroidApplicationTypeRevision() const override;
|
||||
|
||||
bool CheckCxxModuleSupport() override
|
||||
{
|
||||
this->CxxModuleSupportCheck();
|
||||
return this->SupportsCxxModuleDyndep();
|
||||
}
|
||||
bool SupportsCxxModuleDyndep() const override
|
||||
{
|
||||
return this->Version >= cmGlobalVisualStudioGenerator::VSVersion::VS17;
|
||||
|
Loading…
Reference in New Issue
Block a user