bug finding windows template file

This commit is contained in:
Ken Martin 2001-05-23 16:31:43 -04:00
parent 768134c690
commit ef4bee6f61
1 changed files with 1 additions and 1 deletions

View File

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