浏览代码

bug finding windows template file

Ken Martin 24 年之前
父节点
当前提交
ef4bee6f61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmMSProjectGenerator.cxx

+ 1 - 1
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());
 }