In commit 386465bf83 (cmTarget: add support for C++ module fileset types, 2022-04-08, v3.25.0-rc1~624^2~7) we added two calls to the same check in the VS generators. Remove one.
@@ -422,10 +422,6 @@ void cmGlobalVisualStudio7Generator::WriteTargetsToSolution(
}
bool written = false;
- for (auto const& c : configs) {
- target->CheckCxxModuleStatus(c);
- }
-
// handle external vc project files
cmValue expath = target->GetProperty("EXTERNAL_MSPROJECT");
if (expath) {