diff --git a/Source/cmMSProjectGenerator.cxx b/Source/cmMSProjectGenerator.cxx index 49e79ad744..ee71f8df23 100644 --- a/Source/cmMSProjectGenerator.cxx +++ b/Source/cmMSProjectGenerator.cxx @@ -80,6 +80,6 @@ void cmMSProjectGenerator::ComputeSystemInfo() // now load the settings std::string fpath = cmCacheManager::GetInstance()->GetCacheValue("CMAKE_ROOT"); - fpath += "/CMakeWindowsSystemConfig.cmake"; + fpath += "/Templates/CMakeWindowsSystemConfig.cmake"; m_Makefile->ReadListFile(NULL,fpath.c_str()); }