diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index ecdd3b0..25be6cd 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2198,6 +2198,7 @@ std::string cmMakefile::GetModulesFile(const char* filename) { std::string itempl = *i; cmSystemTools::ConvertToUnixSlashes(itempl); + itempl += "/"; itempl += filename; if(cmSystemTools::FileExists(itempl.c_str())) { |