diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-23 20:31:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-23 20:31:43 (GMT) |
commit | ef4bee6f61105b8ee0dececb5fd1745c651f7251 (patch) | |
tree | 995d222efecdfca4df4264777230d13431c6d31e | |
parent | 768134c690a2d9a6cf2669e2a46189936fcae2aa (diff) | |
download | CMake-ef4bee6f61105b8ee0dececb5fd1745c651f7251.zip CMake-ef4bee6f61105b8ee0dececb5fd1745c651f7251.tar.gz CMake-ef4bee6f61105b8ee0dececb5fd1745c651f7251.tar.bz2 |
bug finding windows template file
-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()); } |