Browse Source

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.
Brad King 3 months ago
parent
commit
2297ba9399
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Source/cmGlobalVisualStudio7Generator.cxx

+ 0 - 4
Source/cmGlobalVisualStudio7Generator.cxx

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