|
|
@@ -1465,19 +1465,6 @@ bool cmGlobalGenerator::CheckALLOW_DUPLICATE_CUSTOM_TARGETS() const
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
-void cmGlobalGenerator::CxxModuleSupportCheck() const
|
|
|
-{
|
|
|
- bool const diagnose = !this->DiagnosedCxxModuleSupport &&
|
|
|
- !this->CMakeInstance->GetIsInTryCompile();
|
|
|
- if (diagnose) {
|
|
|
- this->DiagnosedCxxModuleSupport = true;
|
|
|
- this->GetCMakeInstance()->IssueMessage(
|
|
|
- MessageType::AUTHOR_WARNING,
|
|
|
- "C++20 modules support via CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP "
|
|
|
- "is experimental. It is meant only for compiler developers to try.");
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
void cmGlobalGenerator::ComputeBuildFileGenerators()
|
|
|
{
|
|
|
for (unsigned int i = 0; i < this->LocalGenerators.size(); ++i) {
|
|
|
@@ -1641,8 +1628,6 @@ void cmGlobalGenerator::Generate()
|
|
|
// it builds by default.
|
|
|
this->InitializeProgressMarks();
|
|
|
|
|
|
- this->DiagnosedCxxModuleSupport = false;
|
|
|
-
|
|
|
this->ProcessEvaluationFiles();
|
|
|
|
|
|
this->CMakeInstance->UpdateProgress("Generating", 0.1f);
|