mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user