diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 586244d..d5faaa5 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -399,8 +399,8 @@ int cmake::Generate(const std::vector<std::string>& args, bool buildMakefiles) // setup CMAKE_ROOT and CMAKE_COMMAND this->AddCMakePaths(args); - // compute system info - gen->ComputeSystemInfo(); + // reset any system configuration information + cmMakefileGenerator::ClearEnabledLanguages(); std::string lf = mf.GetStartDirectory(); lf += "/CMakeLists.txt"; |