mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
bug finding windows template file
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user