cmGlobalVisualStudio7Generator: Remove redundant C++ modules check

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.
This commit is contained in:
Brad King
2025-08-29 14:39:06 -04:00
parent ccbd61dd53
commit 2297ba9399

View File

@@ -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) {