bug finding windows template file
This commit is contained in:
parent
768134c690
commit
ef4bee6f61
@ -80,6 +80,6 @@ void cmMSProjectGenerator::ComputeSystemInfo()
|
|||||||
// now load the settings
|
// now load the settings
|
||||||
std::string fpath =
|
std::string fpath =
|
||||||
cmCacheManager::GetInstance()->GetCacheValue("CMAKE_ROOT");
|
cmCacheManager::GetInstance()->GetCacheValue("CMAKE_ROOT");
|
||||||
fpath += "/CMakeWindowsSystemConfig.cmake";
|
fpath += "/Templates/CMakeWindowsSystemConfig.cmake";
|
||||||
m_Makefile->ReadListFile(NULL,fpath.c_str());
|
m_Makefile->ReadListFile(NULL,fpath.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user