diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMSProjectGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMSProjectGenerator.cxx b/Source/cmMSProjectGenerator.cxx index 49e79ad..ee71f8d 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()); } |